Skip to content

Commit c77dab4

Browse files
committed
build: Update Node to 20.11.1
1 parent 05d9d3a commit c77dab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20.10.0
1+
v20.11.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.3.0",
44
"description": "Lint and code standardization for UIC Pharmacy projects.",
55
"scripts": {
6-
"test": "check-node-version --node 20.10.0 --npm 10.2.3",
6+
"test": "check-node-version --node 20.11.1 --npm 10.2.4",
77
"standards": "npm run eslint && npm run yamllint && npm run markdownlint && npm run shellcheck && npm run stylelint && npm run cspell && npm run commitlint",
88
"commitlint": "commitlint --from e4053a7754a81",
99
"cspell": "cspell . --show-suggestions --no-progress",

0 commit comments

Comments
 (0)