Skip to content

Commit

Permalink
build: update node version and boemly (#129)
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 ad1a2c9 commit 01ba1de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: ['18.x']
node: ['18.x', '20.x', '22.x']
os: [ubuntu-latest, macOS-latest]

steps:
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"react-intl": ">=6"
},
"engines": {
"node": ">=16 <=18"
"node": ">=18 <=22"
},
"size-limit": [
{
Expand Down Expand Up @@ -134,7 +134,7 @@
"adblock-detect-react": "^1.1.0",
"axios": "^1.7.2",
"axios-cache-interceptor": "^1.5.3",
"boemly": "^6.2.2",
"boemly": "^7.0.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.5",
"mapbox-gl": "^2.15.0"
Expand Down

0 comments on commit 01ba1de

Please sign in to comment.