Skip to content

Commit

Permalink
Bump Node version from 18 to 20 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: bufdev <4228796+bufdev@users.noreply.github.com>
  • Loading branch information
emcfarlane and bufdev authored Mar 13, 2024
1 parent b5df183 commit 979d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Install dependencies
run: npm ci
- name: Test
Expand Down

0 comments on commit 979d61e

Please sign in to comment.