Skip to content

Commit

Permalink
chore: upgrade node version for release process to align with test job
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Apr 27, 2024
1 parent dce93ae commit 2d33eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -16,10 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 14.x
- name: Setup Node.js 20.x
uses: actions/setup-node@master
with:
node-version: 14.x
node-version: 20.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 2d33eee

Please sign in to comment.