Skip to content

Commit

Permalink
use node v20 in GHA. natcap#1470
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Mar 11, 2024
1 parent cf745e9 commit 2eae3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Restore node_modules cache
id: nodemodules-cache
Expand Down

0 comments on commit 2eae3d1

Please sign in to comment.