-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Sean Thomas Burke <[email protected]>
- Loading branch information
1 parent
e65211e
commit fd47bf3
Showing
1 changed file
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,19 +23,6 @@ jobs: | |
uses: actions/setup-node@v1 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: npm test | ||
run: | | ||
npm test | ||
env: | ||
CI: true | ||
- name: update cache | ||
run: | | ||
npm run cache | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Action" | ||
git add -A | ||
git diff-index --quiet HEAD || git commit -m "updating cache" | ||
git push | ||
- name: bump version | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|