Skip to content

Commit

Permalink
change github actions to node 20 base
Browse files Browse the repository at this point in the history
  • Loading branch information
sethahrenbach committed Jun 3, 2024
1 parent 72b2b4b commit 9ceb06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 20.x

- name: Get Yarn Cache Directory
id: yarn-cache-dir-path
Expand Down

0 comments on commit 9ceb06a

Please sign in to comment.