Skip to content

Commit

Permalink
ci: use node v16 for windows and macos tests (#16147)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jun 20, 2022
1 parent f363b3a commit 73fdf04
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,15 @@ jobs:
include: >-
${{ fromJSON((github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci:fulltest')) && '[{
"os": "macos-latest",
"node-version": 14
"node-version": 16
}, {
"os": "windows-latest",
"node-version": 14
"node-version": 16
}]' || '[]') }}
env:
coverage: ${{ matrix.os == 'ubuntu-latest' && (matrix.node-version == 14 || matrix.node-version == 16) }}
NODE_VERSION: ${{ matrix.node-version }}
JAVA_VERSION: ${{ matrix.java-version }}

steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
Expand Down

0 comments on commit 73fdf04

Please sign in to comment.