Skip to content

Commit

Permalink
Update node from 17 to 22 for test action
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Sep 6, 2024
1 parent dbb0baf commit ce90807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '17'
node-version: '22'
- name: Pip Cache (Linux)
uses: actions/cache@v4
if: runner.os == 'Linux'
Expand Down

0 comments on commit ce90807

Please sign in to comment.