Skip to content

Commit

Permalink
chore: use node version 14 which uses npm 6 which avoids running into c…
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jul 28, 2021
1 parent 5e9b12f commit c3677b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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 16.x
- name: Setup Node.js 14.x
uses: actions/setup-node@master
with:
node-version: 16.x
node-version: 14.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit c3677b1

Please sign in to comment.