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 385ed54 commit f3f5594Copy full SHA for f3f5594
2 files changed
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
test:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- uses: actions/setup-node@v2
13
with:
14
node-version: 14
@@ -19,7 +19,7 @@ jobs:
19
needs: test
20
21
22
23
24
25
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
.github/workflows/testing.yml
@@ -11,7 +11,7 @@ jobs:
15
16
- name: install
17
run: npm ci
0 commit comments