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 78a8f7e commit 5844271Copy full SHA for 5844271
.github/workflows/npmpublish.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v2
14
with:
15
node-version: 12
16
- run: npm ci
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
27
registry-url: https://registry.npmjs.org/
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
registry-url: https://npm.pkg.github.com/
0 commit comments