Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit d13b9b9

Browse files
authored
Dependencies Update (#393)
* (chore) : update to latest version of Slate, Storybook, Node, Markdown-Transform Signed-off-by: Dan Selman <[email protected]>
1 parent 2dbdd2a commit d13b9b9

File tree

15 files changed

+182466
-57878
lines changed

15 files changed

+182466
-57878
lines changed

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [14.x]
19+
node-version: [18.x]
2020

2121
steps:
2222
- name: Checkout code

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
node-version:
1616
# - 12.x
17-
- 14.x
17+
- 18.x
1818
os:
1919
- ubuntu-latest
2020
# - windows-latest
@@ -77,10 +77,10 @@ jobs:
7777
- name: git checkout
7878
uses: actions/checkout@v2
7979

80-
- name: Use Node.js 14.x
80+
- name: Use Node.js 18.x
8181
uses: actions/setup-node@v1
8282
with:
83-
node-version: 14.x
83+
node-version: 18.x
8484

8585
- name: Build
8686
run: npx lerna bootstrap && npx lerna run build

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: git checkout
1616
uses: actions/checkout@v2
1717

18-
- name: Use Node.js 14.x
18+
- name: Use Node.js 18.x
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 14.x
21+
node-version: 18.x
2222

2323
- uses: actions/cache@v2
2424
id: npm-and-build-cache

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
legacy-peer-deps=true

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
18

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ If you are not already using semantic-ui-react in your project, be sure to inclu
3232
npm install -g lerna
3333
lerna clean && lerna bootstrap && lerna run build
3434
cd packages/storybook
35+
npm i
3536
npm run storybook
3637
```
3738
### User Interaction Testing (e2e tests)

0 commit comments

Comments
 (0)