Skip to content

Commit

Permalink
ci: remove node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Apr 3, 2023
1 parent 09c3189 commit 955468b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts/*

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

steps:
- uses: actions/checkout@v3

- name: Set node ${{ matrix.node }}
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 955468b

Please sign in to comment.