Skip to content

Commit

Permalink
Merge pull request geostyler#2191 from geostyler/adjust-nodejs-versions
Browse files Browse the repository at this point in the history
Use Node.js versions 18.x and 20.x for workflows
  • Loading branch information
KaiVolland committed May 30, 2023
2 parents 583ef98 + 2ec4578 commit 36370ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-setup-working.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 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
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Checkout sources
Expand Down

0 comments on commit 36370ca

Please sign in to comment.