Skip to content

Commit

Permalink
ci: add node 22 to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed May 13, 2024
1 parent f19a532 commit ef172d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['18', '20']
node: ['18', '20', '22']

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: ['18', '20']
node: ['18', '20', '22']
bundler: ['webpack', 'vite']

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ef172d4

Please sign in to comment.