Skip to content

Commit

Permalink
Update node version used by the Release flow (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Nov 20, 2022
1 parent e0459f7 commit e02a0c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changeset-version.yml
Expand Up @@ -17,11 +17,11 @@ jobs:
# https://github.com/actions/checkout
uses: actions/checkout@v2

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

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit e02a0c4

Please sign in to comment.