Skip to content

Commit ec23081

Browse files
author
v1rtl
committed
update ci
1 parent 7276284 commit ec23081

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1414
jobs:
15-
# This workflow contains a single job called "build"
16-
build:
15+
# This workflow contains a single job called "test"
16+
test:
1717
# The type of runner that the job will run on
1818
runs-on: ubuntu-latest
1919

@@ -25,11 +25,11 @@ jobs:
2525
with:
2626
node-version: '15.4.0'
2727
- name: install pnpm
28-
uses: pnpm/action-setup@v1.2.1
28+
uses: pnpm/action-setup@v2.0.1
2929
with:
30-
version: 5.6.0
30+
version: 6.2.2
3131
- run: pnpm install
3232
- run: pnpm test:coverage
3333
- run: pnpm test:report
3434
- name: Codecov
35-
uses: codecov/codecov-action@v1.0.10
35+
uses: codecov/codecov-action@v1.4.1

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
},
2828
"devDependencies": {
2929
"@rollup/plugin-typescript": "^8.2.1",
30-
"@tinyhttp/app": "^1.2.23",
30+
"@tinyhttp/app": "^1.3.1",
3131
"@types/koa": "^2.13.1",
32-
"@types/node": "^14.14.41",
33-
"c8": "^7.7.1",
32+
"@types/node": "^15.0.1",
33+
"c8": "^7.7.2",
3434
"express": "^4.17.1",
3535
"koa": "^2.13.1",
36-
"rollup": "^2.45.2",
36+
"rollup": "^2.46.0",
3737
"supertest-fetch": "^1.4.3",
3838
"ts-node": "^9.1.1",
3939
"tslib": "^2.2.0",

0 commit comments

Comments
 (0)