Skip to content

Commit

Permalink
bump required dev node version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBarranqueiro committed Nov 11, 2023
1 parent 29bcbf2 commit 86308a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: setup NPM
run: npm set @LouisBarranqueiro:registry https://npm.pkg.github.com/ && npm set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
Expand Down
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
Expand Up @@ -18,7 +18,7 @@
"prepare": "husky install"
},
"engines": {
"node": ">= 14.19.0"
"node": ">= 20.9.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 86308a0

Please sign in to comment.