👷 Change tsc npm
docker-package / build-bot (push) Failing after 5s Details

This commit is contained in:
zhengyi 2023-12-11 18:37:08 +08:00
parent 819504442b
commit a877ee841f
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: docker-package
run-name: Docker Package
on: [push]
jobs:
check-bats-version:
build-bot:
runs-on: debian-12
steps:
- uses: actions/checkout@v4
@ -10,7 +10,7 @@ jobs:
with:
node-version: '18'
- name: Install Dependencies
run: npm install -g tsc
run: npm install -g typescript
- name: Build ts file
run: tsc
- name: Package dist