Skip to content

Commit 4ab898b

Browse files
ci: don't test EoL node versions 14, 16
1 parent 977eea4 commit 4ab898b

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fetch-depth: 0
3939
- uses: actions/setup-node@v3
4040
with:
41-
node-version: 18
41+
node-version: 20
4242
registry-url: 'https://registry.npmjs.org'
4343
cache: 'npm'
4444
- run: npm ci

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,3 @@ jobs:
2727
run: |
2828
node -v
2929
npm run test
30-
- uses: actions/setup-node@v3
31-
with:
32-
node-version: 16
33-
- name: Test on Node 16
34-
run: |
35-
node -v
36-
npm run test
37-
- uses: actions/setup-node@v3
38-
with:
39-
node-version: 14
40-
- name: Test on Node 14
41-
run: |
42-
node -v
43-
npm run test

0 commit comments

Comments
 (0)