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 0802d51 commit 18d9484Copy full SHA for 18d9484
.github/workflows/nodejs.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Use Node.js ${{ matrix.node-version }}
16
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
17
with:
18
node-version: ${{ matrix.node-version }}
19
- name: npm install, build, and test
.github/workflows/static.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v4
33
- name: Use Node.js
34
35
36
run: |
37
npm install
0 commit comments