Skip to content

Commit

Permalink
Fix package conflict and use yarn again
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Sep 5, 2023
1 parent 2fc1ac2 commit 4b77fdb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 33,736 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
# - name: Use current yarn
# run: yarn set version stable
# - name: yarn install
# run: yarn install
- name: npm install
run: npm install
- name: Use current yarn
run: yarn set version stable
- name: yarn install
run: yarn install
- name: Deploy to gh-pages
if: github.ref == 'refs/heads/master'
run: npm run deploy
Expand Down
Loading

0 comments on commit 4b77fdb

Please sign in to comment.