mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 18:26:45 +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:
6
.github/workflows/release-secret-cli.yml
vendored
6
.github/workflows/release-secret-cli.yml
vendored
@@ -20,11 +20,11 @@ jobs:
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
- name: Setup Node 18.19.1
|
||||
- name: Setup Node 22.12.0
|
||||
# Setup .npmrc file to publish to npm
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.1
|
||||
node-version: 22.12.0
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
|
||||
- name: Cache pkg modules
|
||||
@@ -66,7 +66,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 22.12.0
|
||||
|
||||
- name: Install nocodb, other dependencies and build executables
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user