We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb944e commit 42587fdCopy full SHA for 42587fd
.github/workflows/pull-request.yaml
@@ -123,11 +123,12 @@ jobs:
123
- macos-latest
124
node: # https://nodejs.org/en/about/releases/
125
- '*' # Current
126
+ - '14' # Active LTS
127
# TODO(hertzg): Uncomment once v12.20.0 is released (ref: #93)
128
# - '12' # Active LTS
129
- '10' # Maintenance LTS
130
exclude:
- - node: 12.19.0
131
+ - node: 12.19.0 # See github issue #93
132
133
fail-fast: false
134
.github/workflows/release.yaml
@@ -15,6 +15,7 @@ jobs:
15
16
17
18
19
20
21
0 commit comments