mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 19:25:42 +00:00
chore: bump to node 22 wip (#10065)
* chore: bump to node 22 * chore: add non-enumerable config to clones Signed-off-by: mertmit <mertmit99@gmail.com> --------- Signed-off-by: mertmit <mertmit99@gmail.com> Co-authored-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -15,12 +15,12 @@
|
||||
"node_modules/**/*"
|
||||
],
|
||||
"targets": [
|
||||
"node18-linux-arm64",
|
||||
"node18-macos-arm64",
|
||||
"node18-win-arm64",
|
||||
"node18-linux-x64",
|
||||
"node18-macos-x64",
|
||||
"node18-win-x64"
|
||||
"node22-linux-arm64",
|
||||
"node22-macos-arm64",
|
||||
"node22-win-arm64",
|
||||
"node22-linux-x64",
|
||||
"node22-macos-x64",
|
||||
"node22-win-x64"
|
||||
]
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user