We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd2ccde commit 9ca5878Copy full SHA for 9ca5878
.github/workflows/release.yml
@@ -16,10 +16,10 @@ jobs:
16
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17
fetch-depth: 0
18
19
- - name: Setup Node.js 14.x
+ - name: Setup Node.js 16.x
20
uses: actions/setup-node@master
21
with:
22
- node-version: 14.x
+ node-version: 16.x
23
24
- name: Install Dependencies
25
run: yarn
0 commit comments