Skip to content

Commit

Permalink
bump node version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-whitman committed Oct 28, 2024
1 parent 936dc61 commit 2a289a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '16.18.0'
node-version: '20.11.0'
- name: Install modules
run: yarn
- name: Run lint
Expand Down

0 comments on commit 2a289a8

Please sign in to comment.