Skip to content

Commit

Permalink
chore(node): add node 20 to ci
Browse files Browse the repository at this point in the history
this commit updates the development dependencies for the project to use
node v20. by updating the versions of node/npm that volta uses, the
versioning changes are/will be automatically picked up by the ci
workflow (as they pull from the volta key in `package.json`)
  • Loading branch information
rwaskiewicz committed Jun 2, 2023
1 parent c8618ba commit f9fe4f7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
rebase-strategy: "disabled"
ignore:
- dependency-name: "@types/node"
versions: ["17", "18"]
versions: [">=21"]
- dependency-name: "typescript"
versions: [">=4.10", ">=5.0"]
- package-ecosystem: 'github-actions'
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rollup/plugin-node-resolve": "^15.0.0",
"@stencil/core": "^3.0.0",
"@types/jest": "^26.0.15",
"@types/node": "^16.11.48",
"@types/node": "^20.2.0",
"jest": "^26.6.3",
"np": "^7.0.0",
"prettier": "^2.2.1",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"prettier": "@ionic/prettier-config",
"volta": {
"node": "16.15.0",
"npm": "8.11.0"
"node": "20.2.0",
"npm": "9.6.6"
}
}

0 comments on commit f9fe4f7

Please sign in to comment.