-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump node version [ci visual] (#5031)
- Loading branch information
Showing
7 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ outputs: | |
description: Is prerelease version | ||
|
||
runs: | ||
using: node16 | ||
using: node18 | ||
main: ./index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ outputs: | |
description: Generated changelog | ||
|
||
runs: | ||
using: node16 | ||
using: node18 | ||
main: ./index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ inputs: | |
required: true | ||
|
||
runs: | ||
using: node16 | ||
using: node18 | ||
main: ./index.js | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16.16.0 | ||
v18.19.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
@@ -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", | ||
|
@@ -170,4 +170,4 @@ | |
"fast-deep-equal": "^3.1.3", | ||
"jsdom": "^20.0.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters