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