Skip to content

Commit

Permalink
Update typescript to 5.7.2 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imcotton authored Nov 25, 2024
1 parent 15ab2ee commit b0fe50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cat tmp-package.json | sed "s/0.0.0-VERSION/$VER/" > package.json
npm install --no-{fund,save,lock} [email protected].0-beta @types/node@18
npm install --no-{fund,save,lock} [email protected].2 @types/node@18
- name: Build by tsc
run: npx tsc ./src/**/*.ts
Expand Down

0 comments on commit b0fe50b

Please sign in to comment.