Skip to content

Commit d969e21

Browse files
committed
ci: drop node 14
1 parent c80fa90 commit d969e21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set node
1717
uses: actions/setup-node@v3
1818
with:
19-
node-version: 16.x
19+
node-version: lts/*
2020

2121
- run: npx changelogithub
2222
env:

.github/workflows/unit-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16.x
17+
node-version: lts/*
1818

1919
- name: Setup
2020
run: npm i -g @antfu/ni
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
matrix:
3333
os: [ubuntu-latest, windows-latest]
34-
node: [14.19.0, 16.x, 18]
34+
node: [16, 18]
3535
fail-fast: false
3636

3737
steps:

0 commit comments

Comments
 (0)