Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 7db7f56

Browse files
committed
ci: update node test matrix
1 parent 74c1a89 commit 7db7f56

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/pkg-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]
13-
node-version: [12.x, 14.x, 16.x, 17.x]
13+
node-version: [18.x, 20.x, 22.x, 24.x]
1414

1515
steps:
1616
- name: Set up NodeJS ${{ matrix.node-version }}
@@ -26,4 +26,3 @@ jobs:
2626

2727
- name: Run vrelease (help)
2828
run: vrelease -h
29-

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, macos-latest, windows-latest]
24-
node-version: [12.x, 14.x, 16.x, 17.x]
24+
node-version: [18.x, 20.x, 22.x, 24.x]
2525

2626
steps:
2727
- name: Checkout to vrelease-js

0 commit comments

Comments
 (0)