Skip to content

Commit

Permalink
build: update node version to v22 (#27)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: updated node versions

updated the compatible node versions from version 16-18 to version 18-22
  • Loading branch information
ClaraTschamon authored Nov 27, 2024
1 parent 4ef9232 commit 46b6505
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['16.x', '18.x']
node: ['18.x', '20.x', '22.x']
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
Loading

0 comments on commit 46b6505

Please sign in to comment.