Skip to content

Commit

Permalink
Merge pull request #517 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 aaf49b7 + 74d6642 commit a5eeab1
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 @@ -8,7 +8,7 @@ jobs:

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

steps:
- name: Checkout sources
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: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- name: Checkout sources
Expand Down

0 comments on commit a5eeab1

Please sign in to comment.