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