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