Skip to content

Commit bc68750

Browse files
committedOct 20, 2022
chore: update workflows config.
1 parent c71e4e7 commit bc68750

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
 

‎.github/workflows/pr.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ on:
44

55
jobs:
66
build-deploy:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions/setup-node@v2
11-
with:
12-
node-version: 14
9+
- uses: actions/checkout@v3
10+
- uses: actions/setup-node@v3
11+
with:
12+
node-version: 16
1313

14-
- run: npm install
15-
- run: npm run build
16-
- run: npm run coverage
17-
- run: npm run doc
18-
- run: npm run bundle
19-
- run: npm run bundle:min
14+
- run: npm install
15+
- run: npm run build
16+
- run: npm run coverage
17+
- run: npm run doc
18+
- run: npm run bundle
19+
- run: npm run bundle:min

0 commit comments

Comments
 (0)
Please sign in to comment.