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 4b21f0e commit 003fbefCopy full SHA for 003fbef
.github/workflows/canary.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
fetch-depth: 0
18
- name: Use Node
19
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
20
21
node-version: '14.x'
22
- name: Configure Git Credentials
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
git checkout master
23
git reset --hard
24
25
26
27
28
- name: Setup NPM credentials
0 commit comments