Skip to content

Commit f816637

Browse files
Update actions
1 parent 39c3e87 commit f816637

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/node.js.yml

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

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

2222
steps:
23-
- uses: actions/checkout@v4
23+
- name: Check out repository code
24+
uses: actions/checkout@v4
2425
- name: Use Node.js ${{ matrix.node-version }}
2526
uses: actions/setup-node@v4
2627
with:
2728
node-version: ${{ matrix.node-version }}
2829
cache: 'npm'
2930
- run: npm ci
30-
- run: npm run build --if-present
3131
- run: npm run lint
32+
- run: npm run build --if-present
3233
- run: npm test

0 commit comments

Comments
 (0)