Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
Update to node 20
  • Loading branch information
JoelWiebe authored May 15, 2024
1 parent 16fe094 commit 0d444fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'

- name: Download dependencies
working-directory: ${{ matrix.directory }}
Expand Down

0 comments on commit 0d444fe

Please sign in to comment.