Skip to content

Commit

Permalink
ci: bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenRamadan committed Oct 26, 2023
1 parent c2c29a4 commit 90f363e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches:
- master
push:
branches:
- maartenRamadan-ci/bump-node-version

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14"
"node": ">=18",
"npm": ">=9"
},
"files": [
"dist",
Expand Down

0 comments on commit 90f363e

Please sign in to comment.