Skip to content

Commit

Permalink
ci: 更新默认运行 node 版本为 20
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jan 15, 2024
1 parent 1b2f450 commit 83353de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16 ]
node-version: [ 20 ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -515,7 +515,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16 ]
node-version: [ 20 ]
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 83353de

Please sign in to comment.