mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 00:26:43 +00:00
chore(renovate): Update patch (patch) (#7647)
* chore(renovate): Update patch * chore(deps): update node version to 18.19.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>
This commit is contained in:
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
@@ -75,7 +75,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v2
|
||||
with:
|
||||
|
||||
2
.github/workflows/publish-blog.yml
vendored
2
.github/workflows/publish-blog.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build blogs
|
||||
run: |
|
||||
cd packages/noco-blog
|
||||
|
||||
2
.github/workflows/publish-dev-docs.yml
vendored
2
.github/workflows/publish-dev-docs.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
|
||||
2
.github/workflows/publish-docs.yml
vendored
2
.github/workflows/publish-docs.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build docs
|
||||
run: |
|
||||
cd packages/noco-docs
|
||||
|
||||
2
.github/workflows/publish-noco-i18n.yml
vendored
2
.github/workflows/publish-noco-i18n.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build noco-i18n
|
||||
run: |
|
||||
cd packages/noco-i18n
|
||||
|
||||
2
.github/workflows/publish-prev-docs.yml
vendored
2
.github/workflows/publish-prev-docs.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Build prev docs
|
||||
run: |
|
||||
cd packages/noco-docs-prev
|
||||
|
||||
2
.github/workflows/release-docker.yml
vendored
2
.github/workflows/release-docker.yml
vendored
@@ -84,7 +84,7 @@ jobs:
|
||||
- name: Use Node.js ${{ matrix.node-version }}
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
|
||||
- name: upgrade packages for nightly build or pr build
|
||||
if: ${{ github.event.inputs.targetEnv == 'DEV' || inputs.targetEnv == 'DEV' }}
|
||||
|
||||
2
.github/workflows/release-draft.yml
vendored
2
.github/workflows/release-draft.yml
vendored
@@ -70,5 +70,5 @@ jobs:
|
||||
})
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- run: "npx github-release-notes@0.17.2 release --token ${{ secrets.GITHUB_TOKEN }} --draft --tags ${{ github.event.inputs.tag || inputs.tag }}..${{ github.event.inputs.prev_tag || inputs.prev_tag }}"
|
||||
|
||||
2
.github/workflows/release-executables.yml
vendored
2
.github/workflows/release-executables.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
|
||||
- name : Install nocodb, other dependencies and build executables
|
||||
run: |
|
||||
|
||||
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.19.0
|
||||
- name: pnpm Setup and Publish with 18.19.1
|
||||
# Setup .npmrc file to publish to npm
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
- run: |
|
||||
export NODE_OPTIONS="--max_old_space_size=16384"
|
||||
|
||||
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
|
||||
- name: Update nocodb-timely
|
||||
env:
|
||||
|
||||
2
.github/workflows/update-sdk-path.yml
vendored
2
.github/workflows/update-sdk-path.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.19.0
|
||||
node-version: 18.19.1
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user