Skip to content

Commit

Permalink
Bump node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrijndorp committed Jun 17, 2024
1 parent eb26055 commit d06b57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

# --- fzf, rg, bat ---
- name: Install FZF, ripgrep, bat
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

# --- fzf, rg, bat ---
- name: Install FZF, ripgrep, bat
Expand Down

0 comments on commit d06b57d

Please sign in to comment.