Skip to content

Commit 0910745

Browse files
committed
Simplify build script
1 parent a75bc30 commit 0910745

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,12 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616

17-
strategy:
18-
matrix:
19-
node-version: [20.x, 22.x]
20-
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21-
2217
steps:
2318
- uses: actions/checkout@v4
2419
- name: Use Node.js ${{ matrix.node-version }}
2520
uses: actions/setup-node@v4
2621
with:
27-
node-version: ${{ matrix.node-version }}
22+
node-version: '22.x'
2823
cache: 'npm'
2924
- run: npm ci
3025
- run: npm run build --if-present

0 commit comments

Comments
 (0)