Update ci.yml

This commit is contained in:
小弟调调™ 2021-01-12 09:23:53 +08:00 committed by GitHub
parent 2cdc39bc21
commit 1a6d823dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -14,13 +14,13 @@ jobs:
with: with:
node-version: '10.x' node-version: '10.x'
# - name: Cache dependencies - name: Generate Changelog
# uses: actions/cache@v1 id: changelog
# with: uses: jaywcjlove/changelog-generator@v1.3.9
# path: ~/.npm with:
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} myToken: ${{ secrets.GITHUB_TOKEN }}
# restore-keys: | filter-author: (jaywcjlove|小弟调调™|dependabot\[bot\]|Renovate Bot)
# ${{ runner.os }}-node- filter: (^[\s]+?[R|r]elease)|(^[R|r]elease)
- run: npm install - run: npm install
- run: npm run build - run: npm run build