Skip to content

Commit 42587fd

Browse files
committed
ci: add new active lts (v14) to pipeline
1 parent 4cb944e commit 42587fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pull-request.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,12 @@ jobs:
123123
- macos-latest
124124
node: # https://nodejs.org/en/about/releases/
125125
- '*' # Current
126+
- '14' # Active LTS
126127
# TODO(hertzg): Uncomment once v12.20.0 is released (ref: #93)
127128
# - '12' # Active LTS
128129
- '10' # Maintenance LTS
129130
exclude:
130-
- node: 12.19.0
131+
- node: 12.19.0 # See github issue #93
131132

132133
fail-fast: false
133134

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- macos-latest
1616
node: # https://nodejs.org/en/about/releases/
1717
- '*' # Current
18+
- '14' # Active LTS
1819
# TODO(hertzg): Uncomment once v12.20.0 is released (ref: #93)
1920
# - '12' # Active LTS
2021
- '10' # Maintenance LTS

0 commit comments

Comments
 (0)