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 23b1a64 commit 4afaacf
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 @@ -68,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16 ]
node-version: [ 20 ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -103,7 +103,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 4afaacf

Please sign in to comment.