chore: update github actions

This commit is contained in:
chenshenhai 2021-06-04 17:05:02 +08:00
parent 4d045ca0e6
commit d18429644e
2 changed files with 1 additions and 1 deletions

View file

@ -26,5 +26,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install tslib
- run: npm run test

View file

@ -48,6 +48,7 @@
"rollup-plugin-typescript2": "^0.30.0",
"serve-handler": "^6.1.3",
"ts-node": "^9.1.1",
"tslib": "^2.2.0",
"typescript": "^4.3.2"
}
}