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