We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baaa6c9 + d75cfa4 commit 364bed6Copy full SHA for 364bed6
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-22.04
32
steps:
33
- uses: actions/checkout@v4
34
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
35
with:
36
node-version: "16"
37
registry-url: https://registry.npmjs.org/
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
node-version: ${{ matrix.node_version }}
74
0 commit comments