We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c6c94 commit 6f6b258Copy full SHA for 6f6b258
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: actions/setup-node@v3
+ - 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/
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
registry-url: https://npm.pkg.github.com/
0 commit comments