Skip to content

Commit

Permalink
Revert workaround for node 16.9 (#11493)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 12, 2021
1 parent ddee8db commit bf5a027
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
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
- "macos-latest"
- "windows-latest"
node:
- "16.8.0"
- "16"
- "14"
- "12"
include:
# only enable coverage on the fastest job
- os: "ubuntu-latest"
node: "16.8.0"
node: "16"
ENABLE_CODE_COVERAGE: true
FULL_TEST: true
CHECK_TEST_PARSERS: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ jobs:
- "macos-latest"
- "windows-latest"
node:
- "16.8.0"
- "16"
- "14"
- "12"
- "10"
include:
- os: "ubuntu-latest"
node: "16.8.0"
node: "16"
FULL_TEST: true
exclude:
- os: "macos-latest"
Expand Down

0 comments on commit bf5a027

Please sign in to comment.