mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-29 21:40:01 +00:00
build: bump Node from v16 to v20
This commit is contained in:
parent
deec13b3d0
commit
2636925794
4 changed files with 21 additions and 6 deletions
|
@ -26,7 +26,7 @@
|
|||
"detect-libc": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/node": "^20.8.9",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-moon": "^2.0.6",
|
||||
|
@ -36,6 +36,6 @@
|
|||
"typescript": "^5.1.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.0.0"
|
||||
"node": ">=20.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue