Skip to content

Commit

Permalink
update Node version for automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jan 25, 2024
1 parent 26e8fdf commit 1e08cc8
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: Use Node.js latest
uses: actions/setup-node@v3
with:
node-version: 17
node-version: 20
- name: npm install, build, and test
# Note, we run bench and cov just to make sure they run successfully, but we're not doing anything with the result yet.
run: |
Expand Down

0 comments on commit 1e08cc8

Please sign in to comment.