Skip to content

Commit

Permalink
Upgrade Node version in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroborges committed Sep 25, 2024
1 parent b350603 commit 9549871
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 @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16.15
node-version: 20.15

- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit 9549871

Please sign in to comment.