Skip to content

Commit

Permalink
ci(jest-preset-miaoxing): 更新 node 版本为 12+,默认为 16
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Jul 18, 2021
1 parent 5720583 commit fa2008f
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 fa2008f

Please sign in to comment.