Skip to content

Commit

Permalink
ci: 更新 node 版本为 12+
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jul 7, 2021
1 parent a06c563 commit 326b52b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 10, 12, 14 ]
node-version: [ 12, 14, 16 ]
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 14 ]
node-version: [ 16 ]

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

Expand Down

0 comments on commit 326b52b

Please sign in to comment.