mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 00:56:38 +00:00
chore(deps): update node version
This commit is contained in:
4
.github/workflows/release-npm.yml
vendored
4
.github/workflows/release-npm.yml
vendored
@@ -46,11 +46,11 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref }}
|
||||
- name: pnpm Setup and Publish with 18.14.0
|
||||
- name: pnpm Setup and Publish with 18.19.0
|
||||
# Setup .npmrc file to publish to npm
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.14.0
|
||||
node-version: 18.19.0
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: |
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
|
||||
Reference in New Issue
Block a user