Skip to content

Commit

Permalink
Require Node 18 or higher
Browse files Browse the repository at this point in the history
MattiasBuelens committed Jan 3, 2024
1 parent 9eb8d6c commit 94bf0cd
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [18.x, 20.x]
# Run only on non-merged non-draft mergeable pull requests
if: |
!(
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [18.x, 20.x]
# Skip job if commit message contains "[skip ci]"
if: |
!contains(github.event.head_commit.message, '[skip ci]')
2 changes: 1 addition & 1 deletion 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
@@ -26,7 +26,7 @@
"ponyfill"
],
"engines": {
"node": ">= 8"
"node": ">= 18"
},
"repository": {
"type": "git",

0 comments on commit 94bf0cd

Please sign in to comment.