We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd74e33 commit 5033864Copy full SHA for 5033864
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v2
12
- - uses: actions/setup-node@v2
+ - uses: actions/setup-node@v6
13
with:
14
node-version: 14
15
- run: npm ci
@@ -20,7 +20,7 @@ jobs:
20
21
22
23
24
25
26
registry-url: https://registry.npmjs.org/
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
registry-url: https://npm.pkg.github.com/
0 commit comments