Skip to content

Commit

Permalink
chore: update nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Feb 19, 2024
1 parent 934fcd3 commit 67e84dc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
target: "x86_64-apple-darwin"
- host: windows-latest
target: "x86_64-pc-windows-msvc"
node: ["14", "16"]
node: ["16", "18"]
runs-on: ${{ matrix.settings.host }}

steps:
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14", "16"]
node: ["16, "18"]
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 67e84dc

Please sign in to comment.