Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vip-git authored Jun 28, 2022
1 parent 2ef2e2e commit f686010
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 15
- run: npm install -g json
- run: |
if [[ $(npm view react-jsonschema-form-material-ui version) == $(json -f scripts/installer/frameworks/react/package.json version) ]]; then
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 15
- run: CI_RUN=true npm install
- run: npm run build
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 15
registry-url: https://registry.npmjs.org/
- run: CI_RUN=true npm install
- run: npm run build
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 15
registry-url: https://npm.pkg.github.com/
- run: CI_RUN=true npm install
- run: npm run build
Expand Down

1 comment on commit f686010

@vercel
Copy link

@vercel vercel bot commented on f686010 Jun 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-jsonschema-form-material-ui – ./

react-jsonschema-form-material-ui-git-main-github56.vercel.app
react-jsonschema-form-material-ui-github56.vercel.app

Please sign in to comment.