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 040bbd4 commit 43063a4Copy full SHA for 43063a4
.github/workflows/publish-node.js.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
16
with:
17
node-version: 20
18
registry-url: https://registry.npmjs.org/
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Use Node.js ${{ matrix.node-version }}
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
30
31
node-version: ${{ matrix.node-version }}
32
- name: npm install
0 commit comments