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.
2 parents c303aa0 + a41a99b commit 61ce79cCopy full SHA for 61ce79c
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-24.04
35
steps:
36
- uses: actions/checkout@v5
37
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
38
with:
39
node-version: "22"
40
registry-url: https://registry.npmjs.org/
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
node-version: "20"
33
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
node-version: ${{ matrix.node_version }}
72
0 commit comments