Skip to content

Commit

Permalink
chore: Update @types/node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Feb 24, 2024
1 parent 495cfeb commit 9fc76fa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typescript.yml
Expand Up @@ -21,14 +21,14 @@ jobs:
- run: npm run test:types
- run: npm run test:dist:types

- run: npm install --no-save typescript@4.2
- run: npm install --no-save @types/node@14 typescript@4.2
- run: for d in node_modules/@types/*; do [[ $d == *node ]] || rm -r $d; done
- run: npm run test:dist:types

- run: npm install --no-save typescript@4.0
- run: npm install --no-save @types/node@14 typescript@4.0
- run: for d in node_modules/@types/*; do [[ $d == *node ]] || rm -r $d; done
- run: npm run test:dist:types

- run: npm install --no-save typescript@3.9
- run: npm install --no-save @types/node@14 typescript@3.9
- run: for d in node_modules/@types/*; do [[ $d == *node ]] || rm -r $d; done
- run: npm run test:dist:types
19 changes: 14 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -74,7 +74,7 @@
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.2.4",
"@types/node": "^14.18.35",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"babel-jest": "^29.0.1",
Expand Down

0 comments on commit 9fc76fa

Please sign in to comment.