Skip to content

Commit

Permalink
ci: fix egg-ci modified files (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahziheng authored Jun 7, 2022
1 parent 1877dff commit 7f30362
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: npm i -g npminstall && npminstall
run: npm i -g npminstall@5 && npminstall

- name: Continuous Integration
run: npm run ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
# set up git since we will later push to the repo
- run: git config --global user.name "Artus Version Bot"
- run: git config --global user.email "[email protected]"
- run: git status
- run: git diff
# upgrade npm version in package.json to the tag used in the release.
# upgrade npm version in package.json to the tag used in the release.
- run: npm version ${{ github.event.release.tag_name }}
Expand Down

0 comments on commit 7f30362

Please sign in to comment.