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 f6d69d9 commit 6bf4779Copy full SHA for 6bf4779
.github/workflows/CI.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v5
18
- name: Install Node.js ${{ matrix.node-version }}
19
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
20
with:
21
node-version: ${{ matrix.node-version }}
22
cache: 'npm'
.github/workflows/RELEASE.yml
@@ -31,7 +31,7 @@ jobs:
31
32
33
- name: Use Node.js
34
35
36
node-version: 20
37
0 commit comments