Skip to content

Commit

Permalink
Update ts dev dep + ci@next
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jun 20, 2024
1 parent a01a2bb commit 8947a47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests (against typescript@beta in Node.js v22)
name: Tests (against typescript@next in Node.js v22)

on:
workflow_dispatch:
Expand All @@ -22,7 +22,7 @@ jobs:
run: npm install --ignore-scripts
- name: Install latest peer dependencies
run: |
npm install -w packages/knip typescript@rc @types/node@latest
npm install -w packages/knip typescript@next @types/node@latest
- name: Build knip
run: npm run build
working-directory: packages/knip
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/knip/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"playwright": "^1.44.1",
"release-it": "^17.3.0",
"type-fest": "^4.20.0",
"typescript": "^5.4.5"
"typescript": "^5.5.2"
},
"engines": {
"node": ">=18.6.0"
Expand Down

0 comments on commit 8947a47

Please sign in to comment.