Skip to content

Commit

Permalink
chore: switch back to npm (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Dec 27, 2023
1 parent 8623eb0 commit 19d48ac
Show file tree
Hide file tree
Showing 4 changed files with 4,917 additions and 556 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "yarn"
- name: Install
run: yarn install --frozen-lockfile
run: npm ci
- name: Check formatting
run: yarn format:check
run: npm run format:check

build:
runs-on: ubuntu-22.04
Expand All @@ -31,8 +30,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "yarn"
- name: Install
run: yarn install --frozen-lockfile
run: npm ci
- name: Build Vitepress
run: yarn build
run: npm run build
Loading

0 comments on commit 19d48ac

Please sign in to comment.