Skip to content

Commit

Permalink
Dependencies Update (#393)
Browse files Browse the repository at this point in the history
* (chore) : update to latest version of Slate, Storybook, Node, Markdown-Transform

Signed-off-by: Dan Selman <[email protected]>
  • Loading branch information
dselman authored Nov 15, 2022
1 parent 2dbdd2a commit d13b9b9
Show file tree
Hide file tree
Showing 15 changed files with 182,466 additions and 57,878 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- name: Checkout code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
node-version:
# - 12.x
- 14.x
- 18.x
os:
- ubuntu-latest
# - windows-latest
Expand Down Expand Up @@ -77,10 +77,10 @@ jobs:
- name: git checkout
uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- name: Build
run: npx lerna bootstrap && npx lerna run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: git checkout
uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- uses: actions/cache@v2
id: npm-and-build-cache
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ If you are not already using semantic-ui-react in your project, be sure to inclu
npm install -g lerna
lerna clean && lerna bootstrap && lerna run build
cd packages/storybook
npm i
npm run storybook
```
### User Interaction Testing (e2e tests)
Expand Down
Loading

0 comments on commit d13b9b9

Please sign in to comment.