Skip to content

Commit

Permalink
Switch workflow from npm to yarn to try to fix dep issues with CascLi…
Browse files Browse the repository at this point in the history
…b GitHub dep
  • Loading branch information
olegbl committed Jul 27, 2024
1 parent 9878b8b commit b7ab7e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
architecture: 'x64'

- name: Install dependencies
run: npm install
run: yarn install

- name: Build package
run: npm run package
run: yarn run package

- name: Delete release
uses: actions/github-script@v6
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
preRelease: false

- name: Generate documentation
run: npm run docs
run: yarn run docs

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit b7ab7e1

Please sign in to comment.