Skip to content

Commit

Permalink
ci(build): set minimum node version to 18 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
louisgrasset authored Oct 25, 2023
1 parent 2a1ad41 commit 7e10024
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ '16.x', '18.x', '20.x' ]
node-version: [ '18.x', '20.x', '21.x' ]
steps:
- uses: actions/checkout@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"postinstall": "husky install .husky",
"commitlint": "commitlint --edit"
},
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"author": "Louis Grasset",
"homepage": "https://github.com/louisgrasset/touitomamout",
Expand Down

0 comments on commit 7e10024

Please sign in to comment.