Skip to content

Commit

Permalink
fix: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbllmnn committed Jun 19, 2024
1 parent 474726b commit c11137d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

steps:
- name: Checkout sources
Expand Down
21 changes: 12 additions & 9 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"fast-xml-parser": "^4.2.2",
"geostyler-style": "9.0.0-next.1",
"geostyler-style": "9.0.0-next.4",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand All @@ -60,6 +60,9 @@
"vite": "4.4.9",
"vitest": "0.34.3"
},
"engines": {
"node": ">=20.6.0"
},
"browserslist": [
">1%",
"last 4 versions",
Expand Down

0 comments on commit c11137d

Please sign in to comment.