Skip to content

Commit

Permalink
Upgrade nosto react and use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth Sahay authored Aug 21, 2023
2 parents 4942e29 + eb40afa commit dbf9329
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 609 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: npm_publish
name: yarn_publish

on:
release:
Expand All @@ -9,11 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v2
with:
node-version: 16.15.0
registry-url: https://registry.npmjs.org/
- run: npm install -g yarn
- run: npm init --scope=nosto -y
- run: npm install
- run: yarn install
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPMJS_TOKEN }}
Expand Down
Loading

0 comments on commit dbf9329

Please sign in to comment.