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 1bdf7c6 commit f64cdbaCopy full SHA for f64cdba
.github/workflows/npm-publish.yml
@@ -9,8 +9,8 @@ jobs:
9
publish-npm:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v2
13
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
14
with:
15
node-version: 16
16
registry-url: https://registry.npmjs.org/
.github/workflows/test.yml
@@ -21,8 +21,8 @@ jobs:
21
run-test:
22
23
24
25
26
27
28
0 commit comments