Skip to content

Commit ef172d4

Browse files
committed
ci: add node 22 to matrix
1 parent f19a532 commit ef172d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
node: ['18', '20']
18+
node: ['18', '20', '22']
1919

2020
runs-on: ${{ matrix.os }}
2121

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
18-
node: ['18', '20']
18+
node: ['18', '20', '22']
1919
bundler: ['webpack', 'vite']
2020

2121
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)