Skip to content

Commit

Permalink
add pnpm dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 authored Dec 19, 2023
1 parent c75a7df commit 6fc4012
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v4
with:
node-version: 16

# step5: cleanup artifacts in dist_electron
#- name: cleanup package lock
# run: |
# npx rimraf "package-lock.json"
node-version: 18

- name: Setup pnpm
uses: pnpm/[email protected]

# step3: npm install
- name: npm install
Expand All @@ -49,4 +47,4 @@ jobs:
with:
files: "out/make/**"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6fc4012

Please sign in to comment.