Skip to content

Commit 3921e88

Browse files
authored
Fix/odedgo/node v (#49)
1 parent 3037181 commit 3921e88

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20.12.2'
19+
node-version: '20.19.3'
2020
cache: 'yarn'
2121

2222
- name: Install dependencies
@@ -32,4 +32,4 @@ jobs:
3232
run: yarn build
3333

3434
- name: Build Storybook
35-
run: yarn build-storybook
35+
run: yarn build-storybook

.github/workflows/deploy-storybook.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20.19.3'
1818
cache: 'yarn'
1919

2020
- name: Install dependencies
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: '18'
36+
node-version: '20.19.3'
3737
cache: 'yarn'
3838

3939
- name: Install dependencies
@@ -47,4 +47,4 @@ jobs:
4747
with:
4848
branch: gh-pages
4949
folder: storybook-static
50-
clean: true
50+
clean: true

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.12.2
1+
20.19.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-linear-gradient-picker",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "React linear gradient picker",
55
"module": "./dist/index.mjs",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)