Skip to content

Commit 9f74fad

Browse files
committed
ci: remove node 14
1 parent 0aece0a commit 9f74fad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
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
19+
node-version: lts/*
2020

2121
- run: npx changelogithub
2222
env:

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
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]
34-
node: [14.19.0, 16.x, 18]
34+
node: [16, 18]
3535
fail-fast: false
3636

3737
steps:

0 commit comments

Comments
 (0)