Skip to content

Commit

Permalink
ci: drop node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 3, 2023
1 parent c80fa90 commit d969e21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: lts/*

- run: npx changelogithub
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set node
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: lts/*

- name: Setup
run: npm i -g @antfu/ni
Expand All @@ -31,7 +31,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [14.19.0, 16.x, 18]
node: [16, 18]
fail-fast: false

steps:
Expand Down

0 comments on commit d969e21

Please sign in to comment.