Skip to content

Commit

Permalink
ci: fix gulp error
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored May 11, 2022
1 parent a7656ee commit 51a1ae3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/publish.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: install newer npm and gulp
run: npm install -g npm gulp
- run: npm install --production
name: Install prod dependencies
- name: install newer npm
run: npm install -g npm
- run: npm install
name: Install dependencies
- run: rm -rf package-lock.json
- run: npm shrinkwrap
- run: npm install --no-package-lock
name: Install dev dependencies
- run: npm test
name: Run NPM Test
- run: npx semantic-release
Expand Down

0 comments on commit 51a1ae3

Please sign in to comment.