Skip to content

Commit

Permalink
Use node 16.8.0 for GitHub Actions (#11470)
Browse files Browse the repository at this point in the history
* Use node 16.8

* More fix
  • Loading branch information
sosukesuzuki committed Sep 9, 2021
1 parent 0eb1493 commit ce1bb16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit ce1bb16

Please sign in to comment.