Skip to content

Commit

Permalink
chore: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 20, 2022
1 parent c71e4e7 commit bc68750
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/pr.yml
Expand Up @@ -4,16 +4,16 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16

- run: npm install
- run: npm run build
- run: npm run coverage
- run: npm run doc
- run: npm run bundle
- run: npm run bundle:min
- run: npm install
- run: npm run build
- run: npm run coverage
- run: npm run doc
- run: npm run bundle
- run: npm run bundle:min

0 comments on commit bc68750

Please sign in to comment.