Skip to content

Commit b8af991

Browse files
committed
use node setup v3 in CI
1 parent a3c144a commit b8af991

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [22.x, 24.x]
19+
node-version: [20.x, 22.x, 24.x]
2020
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424
- name: Use Node.js ${{ matrix.node-version }}
25-
uses: actions/setup-node@v2
25+
uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
28-
cache: 'npm'
2928
- run: npm i
3029
- run: npm run build --if-present
3130
- run: npm test

0 commit comments

Comments
 (0)