Skip to content

Commit

Permalink
feat: upgrade action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Emnaghz committed Aug 13, 2024
1 parent 3c52af6 commit 7565974
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
"packages/*"
],
"version": "0.8.0-alpha.0",
"npmClient": "yarn",
"useWorkspaces": false
"npmClient": "yarn"
}
95 changes: 95 additions & 0 deletions packages/ez-dev/storybook/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,101 @@ export const evolutionData: RawData = [...Array(23).keys()].map((_v, idx) => {
};
});


export const evolutionData2: RawData = [
{
xValue: 0,
yValue: +(Math.random() * 10).toFixed(2),
yValue1: +(Math.random() * 100).toFixed(2),
yValue2: +(Math.random() * 1000).toFixed(2),
temperature: "Temperature at 0H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 1,
yValue: +(Math.random() * 10 + 10).toFixed(2),
yValue1: +(Math.random() * 100 + 20).toFixed(2),
yValue2: +(Math.random() * 1000 + 30).toFixed(2),
temperature: "Temperature at 1H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 2,
yValue: +(Math.random() * 10 + 20).toFixed(2),
yValue1: +(Math.random() * 100 + 40).toFixed(2),
yValue2: +(Math.random() * 1000 + 60).toFixed(2),
temperature: "Temperature at 2H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 3,
yValue: +(Math.random() * 10 + 30).toFixed(2),
yValue1: +(Math.random() * 100 + 60).toFixed(2),
yValue2: +(Math.random() * 1000 + 90).toFixed(2),
temperature: "Temperature at 3H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 4,
yValue: +(Math.random() * 10 + 40).toFixed(2),
yValue1: +(Math.random() * 100 + 80).toFixed(2),
yValue2: +(Math.random() * 1000 + 120).toFixed(2),
temperature: "Temperature at 4H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 5,
yValue: +(Math.random() * 10 + 50).toFixed(2),
yValue1: +(Math.random() * 100 + 100).toFixed(2),
yValue2: +(Math.random() * 1000 + 150).toFixed(2),
temperature: "Temperature at 5H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 5,
yValue: +(Math.random() * 10 + 60).toFixed(2),
yValue1: +(Math.random() * 100 + 120).toFixed(2),
yValue2: +(Math.random() * 1000 + 180).toFixed(2),
temperature: "Temperature at 6H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 7,
yValue: +(Math.random() * 10 + 70).toFixed(2),
yValue1: +(Math.random() * 100 + 140).toFixed(2),
yValue2: +(Math.random() * 1000 + 210).toFixed(2),
temperature: "Temperature at 7H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 8,
yValue: +(Math.random() * 10 + 80).toFixed(2),
yValue1: +(Math.random() * 100 + 160).toFixed(2),
yValue2: +(Math.random() * 1000 + 240).toFixed(2),
temperature: "Temperature at 8H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
},
{
xValue: 9,
yValue: +(Math.random() * 10 + 90).toFixed(2),
yValue1: +(Math.random() * 100 + 180).toFixed(2),
yValue2: +(Math.random() * 1000 + 270).toFixed(2),
temperature: "Temperature at 9H",
positiveMargin: (0.2 + Math.random() * 0.2).toFixed(2),
negativeMargin: (0.2 + Math.random() * 0.2).toFixed(2),
}
];


export const colors = ['#26547c', '#ef476f', '#ffd166', '#06d6a0', '#06d6d1'];

export const areaColors = ['#339999', '#993399', '#333399'];
Expand Down

0 comments on commit 7565974

Please sign in to comment.