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 b6cfbdc commit 0d8ee89Copy full SHA for 0d8ee89
.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@v4
+ - uses: actions/setup-node@v5
35
with:
36
node-version: "20"
37
registry-url: https://registry.npmjs.org/
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-24.04
28
29
30
@@ -66,7 +66,7 @@ jobs:
66
67
68
69
70
71
node-version: ${{ matrix.node_version }}
72
0 commit comments