We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c919b5f commit d071fa5Copy full SHA for d071fa5
2 files changed
.github/workflows/test_node.yml
@@ -19,7 +19,9 @@ jobs:
19
with:
20
node-version-file: package.json
21
22
- - run: npm run check:types
+ - run: yarn install
23
+
24
+ - run: yarn check:types
25
26
test_node:
27
strategy:
package.json
@@ -22,14 +22,14 @@
"which": "^2.0.2"
},
"devDependencies": {
+ "@types/node": "^20.10.0",
"@vercel/nft": "^0.22.1",
"eslint": "^7.32.0",
28
"eslint-config-prettier": "^8.5.0",
29
"jest": "^27.5.1",
30
"npm-run-all": "^4.1.5",
31
"prettier": "2.8.8",
- "typescript": "^5.0.0",
32
- "@types/node": "^20.10.0"
+ "typescript": "~5.8.3"
33
34
"optionalDependencies": {
35
"@sentry/cli-darwin": "2.47.1",
0 commit comments