We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803c681 commit 6a7be98Copy full SHA for 6a7be98
2 files changed
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
fetch-depth: 0
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
24
25
node-version: ${{ matrix.node-version }}
26
- run: npm i
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Setup Node.js
16
17
18
node-version: 22
19
- name: Install dependencies
0 commit comments