Skip to content

Commit

Permalink
Use node 20.x in release flow (#1333)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Mar 26, 2024
1 parent 4185510 commit 0bf89b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/changeset-version.yml
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- name: Checkout Repo
# https://github.com/actions/checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js 16.x
- name: Setup Node.js 20.x
# https://github.com/actions/setup-node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 0bf89b3

Please sign in to comment.