Skip to content

Commit d071fa5

Browse files
committed
yarn install
1 parent c919b5f commit d071fa5

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/test_node.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
with:
2020
node-version-file: package.json
2121

22-
- run: npm run check:types
22+
- run: yarn install
23+
24+
- run: yarn check:types
2325

2426
test_node:
2527
strategy:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"which": "^2.0.2"
2323
},
2424
"devDependencies": {
25+
"@types/node": "^20.10.0",
2526
"@vercel/nft": "^0.22.1",
2627
"eslint": "^7.32.0",
2728
"eslint-config-prettier": "^8.5.0",
2829
"jest": "^27.5.1",
2930
"npm-run-all": "^4.1.5",
3031
"prettier": "2.8.8",
31-
"typescript": "^5.0.0",
32-
"@types/node": "^20.10.0"
32+
"typescript": "~5.8.3"
3333
},
3434
"optionalDependencies": {
3535
"@sentry/cli-darwin": "2.47.1",

0 commit comments

Comments
 (0)