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.
2 parents c547d36 + 98fa065 commit 3f1c943Copy full SHA for 3f1c943
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
submodules: recursive
21
- name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
23
24
node-version: ${{ matrix.node-version }}
25
- run: npm i
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
fetch-depth: 0
15
- name: Setup Node.js
16
17
18
node-version: 20
- name: Install dependencies
0 commit comments