Skip to content

Commit 3fed33c

Browse files
committed
ci: add Node.js 18,20,22 matrix
1 parent 1305dd7 commit 3fed33c

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 22
2424
cache: pnpm
2525

2626
- name: Install dependencies

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17+
node-version: [18, 20, 22]
1718
steps:
1819
- name: Checkout
1920
uses: actions/checkout@v4
@@ -26,7 +27,7 @@ jobs:
2627
- name: Setup Node
2728
uses: actions/setup-node@v4
2829
with:
29-
node-version: 20
30+
node-version: ${{ matrix.node-version }}
3031
cache: pnpm
3132

3233
- name: Install dependencies

.github/workflows/pkg-pr-new-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: 20
34+
node-version: 22
3535
cache: pnpm
3636

3737
- name: Install dependencies

0 commit comments

Comments
 (0)