mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: update github actions
This commit is contained in:
parent
4d045ca0e6
commit
d18429644e
2 changed files with 1 additions and 1 deletions
1
.github/workflows/node.js.yml
vendored
1
.github/workflows/node.js.yml
vendored
|
|
@ -26,5 +26,4 @@ jobs:
|
|||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm install
|
||||
- run: npm install tslib
|
||||
- run: npm run test
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue