Skip to content

Commit 90713b6

Browse files
committed
fixup! feat(semver-major): upgrade package to Node.js v23
1 parent 3bbc981 commit 90713b6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,10 @@ on:
66
jobs:
77
build:
88
runs-on: ubuntu-latest
9-
strategy:
10-
matrix:
11-
node: ['18', '20', '22']
129
steps:
1310
- uses: actions/checkout@v4
1411
- uses: actions/setup-node@v4
1512
with:
16-
node-version: ${{ matrix.node }}
13+
node-version: 18
1714
- run: npm ci
1815
- run: npm test

0 commit comments

Comments
 (0)