Skip to content

Commit

Permalink
Revert workaround for node 16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Sep 11, 2021
1 parent 5ce28dd commit 9164dee
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.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
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 9164dee

Please sign in to comment.