Skip to content

Commit

Permalink
Commit all changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzz committed Jul 17, 2022
1 parent cea7e48 commit e0e9d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mocha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Check event pull_request
if: github.event_name == 'pull_request'
run: 'echo pull_request: run workflow'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: github.event_name == 'push'
- name: Check event push
id: findPr
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
node-version: 16
- uses: actions/checkout@v3
- name: 'Cache node_modules'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '~/.npm'
key: "ubuntu-latest-node-v16-${{ hashFiles('**/package-lock.json') }}"
Expand Down

0 comments on commit e0e9d82

Please sign in to comment.