Skip to content

Commit

Permalink
build: update pnpm command
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyy committed Dec 26, 2023
1 parent 117156a commit fab7401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: install dependencies
run: pnpm install
run: pnpm install --config.arch=x64 --config.platform=linux --config.libc=glibc
- name: lint
run: npm run lint
- name: generate icons
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: install dependencies
run: pnpm install
run: pnpm install --config.arch=x64 --config.platform=linux --config.libc=glibc
- name: lint
run: pnpm run lint
- name: generate icons
Expand Down

0 comments on commit fab7401

Please sign in to comment.