Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
141512114 committed Jul 5, 2024
2 parents 778a6b5 + eb3a1cb commit c1b9387
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/npm-gulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,24 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Install necessary packages
run: |
sudo apt-get install g++ build-essential
npm install -g node-gyp
npm install style-loader css-loader --save-dev --legacy-peer-deps
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Clear npm cache and verify its integrity
run: |
npm run cleanup
- name: Run npm i, create a pixle database and clean up the cache and any artifacts
run: |
npm i --legacy-peer-deps
npm run cleanup
gulp combined
npm run pixles
Expand Down

0 comments on commit c1b9387

Please sign in to comment.