Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 authored Dec 13, 2023
1 parent bb3c7fd commit e1c033f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v1

- uses: actions/setup-python@v4
with:
python-version: '3.10'

- 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"
#- name: cleanup package lock
# run: |
# npx rimraf "package-lock.json"

# step3: npm install
- name: npm install
Expand Down

0 comments on commit e1c033f

Please sign in to comment.