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 c668a45 commit 215b763Copy full SHA for 215b763
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
20
with:
21
node-version: "*" # latest
22
- run: npm ci
.github/workflows/release.yml
@@ -49,7 +49,7 @@ jobs:
49
TAG_PREFIX: refs/tags/ # Optional, default prefix refs/tags/
50
51
- name: Use Node.js 20.x
52
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
53
54
node-version: 20.x
55
- name: Build Node.js package
.github/workflows/tests.js.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
- name: Use Node.js ${{ matrix.node-version }}
28
29
30
node-version: ${{ matrix.node-version }}
31
- run: npm install
0 commit comments