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:
Anbarasu
2024-12-20 16:53:01 +05:30
committed by GitHub
parent 7e1d0f029a
commit d1477c725d
36 changed files with 277 additions and 307 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.19.1
node-version: 22.12.0
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: