Skip to content

Commit

Permalink
chore: install tslib@latest, etc. too (#6033)
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant authored Feb 18, 2021
1 parent c98e15a commit 912f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_ts_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
run: |
npm install -g npm@latest
npm ci
npm install --no-save typescript@latest
npm install --no-save typescript@latest tslib@latest @types/node@latest
npm run compile

0 comments on commit 912f5d7

Please sign in to comment.