Skip to content

Commit

Permalink
Merge pull request #239 from KaiVolland/ci-node-versions
Browse files Browse the repository at this point in the history
CI: bump node versions for CI
  • Loading branch information
KaiVolland committed May 26, 2023
2 parents ee0fcb5 + c004839 commit f6eb604
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
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
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 f6eb604

Please sign in to comment.