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 df3c9cd commit 1e4626cCopy full SHA for 1e4626c
.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 12.x
+ - name: Setup Node.js 14.x
20
uses: actions/setup-node@master
21
with:
22
- node-version: 12.x
+ node-version: 14.x
23
24
- name: Cache node modules
25
uses: actions/cache@v1
0 commit comments