We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c144a commit b8af991Copy full SHA for b8af991
1 file changed
.github/workflows/node.js.yml
@@ -16,16 +16,15 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [22.x, 24.x]
+ node-version: [20.x, 22.x, 24.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
26
with:
27
node-version: ${{ matrix.node-version }}
28
- cache: 'npm'
29
- run: npm i
30
- run: npm run build --if-present
31
- run: npm test
0 commit comments