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 9ac662d commit e459f18Copy full SHA for e459f18
.github/workflows/release.yml
@@ -18,10 +18,10 @@ jobs:
18
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
19
fetch-depth: 0
20
21
- - name: Setup Node.js 12.x
+ - name: Setup Node.js 14.x
22
uses: actions/setup-node@master
23
with:
24
- node-version: 12.x
+ node-version: 14.x
25
registry-url: 'https://registry.npmjs.org'
26
27
- name: Get yarn cache directory path
0 commit comments