Skip to content

Commit

Permalink
feat!: update node.js versions (#608)
Browse files Browse the repository at this point in the history
Automated changes by [update-node-versions](https://github.com/hongaar/update-node-versions) GitHub action

BREAKING CHANGE: This updates the minimum supported node.js version to 18
  • Loading branch information
hongaar authored May 27, 2024
1 parent b60f308 commit d94e449
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14, 16, 18]
node-version:
- 18
- 20
- 22
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -31,7 +34,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version:
- 22
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=12"
"node": ">=18"
},
"moker": {
"plugins": [
Expand Down

0 comments on commit d94e449

Please sign in to comment.