Skip to content
Snippets Groups Projects
Unverified Commit 73fdf048 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: use node v16 for windows and macos tests (#16147)

parent f363b3ae
Branches
Tags
No related merge requests found
...@@ -42,16 +42,15 @@ jobs: ...@@ -42,16 +42,15 @@ jobs:
include: >- include: >-
${{ fromJSON((github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci:fulltest')) && '[{ ${{ fromJSON((github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci:fulltest')) && '[{
"os": "macos-latest", "os": "macos-latest",
"node-version": 14 "node-version": 16
}, { }, {
"os": "windows-latest", "os": "windows-latest",
"node-version": 14 "node-version": 16
}]' || '[]') }} }]' || '[]') }}
env: env:
coverage: ${{ matrix.os == 'ubuntu-latest' && (matrix.node-version == 14 || matrix.node-version == 16) }} coverage: ${{ matrix.os == 'ubuntu-latest' && (matrix.node-version == 14 || matrix.node-version == 16) }}
NODE_VERSION: ${{ matrix.node-version }} NODE_VERSION: ${{ matrix.node-version }}
JAVA_VERSION: ${{ matrix.java-version }}
steps: steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment