Skip to content

Commit

Permalink
chore(ci): update node version (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev committed Feb 20, 2024
1 parent 4c643d8 commit 6fd18b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.18.2
v20.11.1
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# that is where we will look for package.json/.nvmrc/etc not repo root!

[build]
# environment = { NODE_VERSION = "18.18.2" }
# environment = { NODE_VERSION = "20.11.1" }
publish = "dist/fundamental"
command = "ng build "

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"typescript": "~5.2.2"
},
"engines": {
"node": ">=8.12.0"
"yarn": ">=4.1.0",
"node": ">=20.11.1"
},
"bugs": {
"url": "https://github.com/SAP/fundamental/issues"
Expand Down

0 comments on commit 6fd18b2

Please sign in to comment.