Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use node 16.8.0 for GitHub Actions #11470

Merged
merged 2 commits into from Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dev-test.yml
Expand Up @@ -18,13 +18,13 @@ jobs:
- "macos-latest"
- "windows-latest"
node:
- "16"
- "16.8.0"
- "14"
- "12"
include:
# only enable coverage on the fastest job
- os: "ubuntu-latest"
node: "16"
node: "16.8.0"
ENABLE_CODE_COVERAGE: true
FULL_TEST: true
CHECK_TEST_PARSERS: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-test.yml
Expand Up @@ -88,13 +88,13 @@ jobs:
- "macos-latest"
- "windows-latest"
node:
- "16"
- "16.8.0"
- "14"
- "12"
- "10"
include:
- os: "ubuntu-latest"
node: "16"
node: "16.8.0"
FULL_TEST: true
exclude:
- os: "macos-latest"
Expand Down