Skip to content

Commit 4c1ad38

Browse files
committed
ci!: drop node 16
BREAKING CHANGE: Drop node < 18
1 parent 93356fc commit 4c1ad38

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ on:
88

99
jobs:
1010
test:
11-
if: "!contains(github.event.head_commit.message, 'ci skip')"
12-
1311
strategy:
1412
matrix:
1513
os: [ubuntu-latest, windows-latest]
16-
node-version: [16.x, 18.x, 20.x]
14+
node-version: [18.x, 20.x]
1715

1816
runs-on: ${{ matrix.os }}
1917

@@ -35,7 +33,7 @@ jobs:
3533

3634
# Runs a set of commands using the runners shell
3735
- name: Build and Test
38-
run: npm test
36+
run: pnpm test
3937

4038
release:
4139
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)