Skip to content

Commit

Permalink
Switch to npm from yarn.
Browse files Browse the repository at this point in the history
  • Loading branch information
jheron-circle committed Oct 20, 2023
1 parent 72ed2ae commit d0c2a91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache: npm
cache-dependency-path: "./package-lock.json"

- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Build website
run: yarn build
run: npm run build

# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
Expand Down

0 comments on commit d0c2a91

Please sign in to comment.