Skip to content

Commit cb26dc7

Browse files
committed
ci: remove 14.x from ci
1 parent 41fc593 commit cb26dc7

File tree

3 files changed

+11195
-22
lines changed

3 files changed

+11195
-22
lines changed

.github/workflows/release-on-push-to-mainline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [14.x, 16.x, 18.x, 20.x]
17+
node-version: [16.x, 18.x, 20.x]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v2

0 commit comments

Comments
 (0)