Skip to content

Commit

Permalink
Merge pull request #810 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 authored May 30, 2023
2 parents 4e3951f + 7e579bc commit faa3abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [16.x, 18.x]
node-version: [18.x, 20.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: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout sources
Expand Down

0 comments on commit faa3abf

Please sign in to comment.