Skip to content

Commit

Permalink
fix(ci): remove node14 test
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng committed Jul 12, 2023
1 parent 52b5866 commit fc11278
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ jobs:
- host: windows-latest
target: x86_64-pc-windows-msvc
node:
- "14"
- "16"
- "18"
runs-on: ${{ matrix.settings.host }}
Expand Down Expand Up @@ -187,7 +186,6 @@ jobs:
fail-fast: false
matrix:
node:
- "14"
- "16"
- "18"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -220,7 +218,6 @@ jobs:
fail-fast: false
matrix:
node:
- "14"
- "16"
- "18"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -255,7 +252,6 @@ jobs:
fail-fast: false
matrix:
node:
- "14"
- "16"
- "18"
runs-on: ubuntu-latest
Expand Down Expand Up @@ -331,7 +327,6 @@ jobs:
# fail-fast: false
# matrix:
# node:
# - '14'
# - '16'
# - '18'
# runs-on: ubuntu-latest
Expand Down

0 comments on commit fc11278

Please sign in to comment.