diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index be6941e..0bf1a5a 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -32,7 +32,7 @@ jobs: cat tmp-package.json | sed "s/0.0.0-VERSION/$VER/" > package.json - npm install --no-{fund,save,lock} typescript@5.7.0-beta @types/node@18 + npm install --no-{fund,save,lock} typescript@5.7.2 @types/node@18 - name: Build by tsc run: npx tsc ./src/**/*.ts