Skip to content

Commit

Permalink
fix: temp monkey patch to allow tests to pass (ref: #93)
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg committed Nov 9, 2020
1 parent b8fe01c commit 4cb944e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@ jobs:
- macos-latest
node: # https://nodejs.org/en/about/releases/
- '*' # Current
- '12' # Active LTS
# TODO(hertzg): Uncomment once v12.20.0 is released (ref: #93)
# - '12' # Active LTS
- '10' # Maintenance LTS
exclude:
- node: 12.19.0

fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- macos-latest
node: # https://nodejs.org/en/about/releases/
- '*' # Current
- '12' # Active LTS
# TODO(hertzg): Uncomment once v12.20.0 is released (ref: #93)
# - '12' # Active LTS
- '10' # Maintenance LTS
fail-fast: false

Expand Down

0 comments on commit 4cb944e

Please sign in to comment.