Skip to content

Commit

Permalink
chore(deps): bump node version [ci visual] (#5031)
Browse files Browse the repository at this point in the history
  • Loading branch information
droshev authored Dec 4, 2023
1 parent fe35b97 commit fb743a0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/actions/bump-version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ outputs:
description: Is prerelease version

runs:
using: node16
using: node18
main: ./index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ outputs:
description: Generated changelog

runs:
using: node16
using: node18
main: ./index.js
2 changes: 1 addition & 1 deletion .github/actions/npm-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
required: true

runs:
using: node16
using: node18
main: ./index.js


2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.16.0
v18.19.0
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[build]
ignore = 'git log -1 --pretty=%B | grep dependabot'
environment = { NODE_VERSION = "16.16.0", YARN_FLAGS="--frozen-lockfile" }
environment = { NODE_VERSION = "18.19.0", YARN_FLAGS="--frozen-lockfile" }
publish = "storybook-static"
command = "yarn run storybook:static"

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/",
"engines": {
"yarn": ">= 3.6.1",
"node": ">= 14"
"node": ">= 18"
},
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -91,7 +91,7 @@
"babel-plugin-jsx": "^1.2.0",
"babel-plugin-named-exports-order": "^0.0.2",
"bundlesize": "^0.18.1",
"chromatic": "^7.1.0",
"chromatic": "^10.0.0",
"clean-css": "^5.3.0",
"clean-css-cli": "^5.4.1",
"colors": "1.4.0",
Expand Down Expand Up @@ -170,4 +170,4 @@
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1"
}
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9293,14 +9293,14 @@ __metadata:
languageName: node
linkType: hard

"chromatic@npm:^7.1.0":
version: 7.1.0
resolution: "chromatic@npm:7.1.0"
"chromatic@npm:^10.0.0":
version: 10.0.0
resolution: "chromatic@npm:10.0.0"
bin:
chroma: dist/bin.js
chromatic: dist/bin.js
chromatic-cli: dist/bin.js
checksum: 0b948419867b95731e522265c5a891d5996ca56837fce853897978c4b504033fe509934b6a39f1d356725c38b39b6a2be1c862f6c0cbc3d95ffd3543c9fc3279
checksum: c342276bafb6c848468a983323afd414e70f8a58348c760fa9cbb88200e34470c602dbf3f6f8929d83fa8876c58ca3bfd521eb9c63af33ade69f0633f905bb68
languageName: node
linkType: hard

Expand Down Expand Up @@ -13086,7 +13086,7 @@ __metadata:
babel-plugin-jsx: ^1.2.0
babel-plugin-named-exports-order: ^0.0.2
bundlesize: ^0.18.1
chromatic: ^7.1.0
chromatic: ^10.0.0
clean-css: ^5.3.0
clean-css-cli: ^5.4.1
colors: 1.4.0
Expand Down

0 comments on commit fb743a0

Please sign in to comment.