mirror of
https://github.com/Swatinem/rust-cache.git
synced 2025-12-17 23:19:43 +00:00
fix: Update tsconfig.json module resolution settings to match the action.yml files runs.using version "node20"
NOTE: Updating to stop `tsc` command warnings when using `typescript@5.9.3`
This commit is contained in:
parent
5e55b88cf3
commit
c16dfe52fa
1
package-lock.json
generated
1
package-lock.json
generated
@ -577,7 +577,6 @@
|
||||
"version": "5.2.2",
|
||||
"resolved": "https://registry.npmjs.org/@octokit/core/-/core-5.2.2.tgz",
|
||||
"integrity": "sha512-/g2d4sW9nUDJOMz3mabVQvOGhVa4e/BN/Um7yca9Bb2XTzPPnfTWHWQg+IsEYO7M3Vx+EXvaM/I2pJWIMun1bg==",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@octokit/auth-token": "^4.0.0",
|
||||
"@octokit/graphql": "^7.1.0",
|
||||
|
||||
@ -7,8 +7,8 @@
|
||||
"target": "es2020",
|
||||
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "nodenext",
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "node16",
|
||||
"module": "node20",
|
||||
"esModuleInterop": true,
|
||||
|
||||
"strict": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user