Skip to content

Commit

Permalink
ci: only run on node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Volland committed Feb 14, 2024
1 parent 260c017 commit bbcc159
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-setup-working.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout sources
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Checkout sources
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"geostyler-mapbox-parser": "^5.0.1",
"geostyler-openlayers-parser": "^4.3.0",
"geostyler-qgis-parser": "^2.0.0",
"geostyler-sld-parser": "^5.3.0",
"geostyler-sld-parser": "^5.3.1",
"geostyler-style": "^8.1.0",
"geostyler-wfs-parser": "^2.0.0",
"lodash": "^4.17.21",
Expand Down

0 comments on commit bbcc159

Please sign in to comment.