Browse Source

chore: bump to 16.15.0

pull/2318/head
Wing-Kam Wong 3 years ago
parent
commit
038b405297
  1. 2
      .github/workflows/release-docker.yml
  2. 2
      .github/workflows/release-npm.yml
  3. 2
      .github/workflows/update-sdk-path.yml

2
.github/workflows/release-docker.yml

@ -46,7 +46,7 @@ jobs:
working-directory: ./packages/nocodb working-directory: ./packages/nocodb
strategy: strategy:
matrix: matrix:
node-version: [16] node-version: 16.15.0
steps: steps:
- name: Get Docker Repository - name: Get Docker Repository
id: get-docker-repository id: get-docker-repository

2
.github/workflows/release-npm.yml

@ -37,7 +37,7 @@ jobs:
working-directory: ./packages/nocodb working-directory: ./packages/nocodb
strategy: strategy:
matrix: matrix:
node-version: [16] node-version: 16.15.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

2
.github/workflows/update-sdk-path.yml

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [16] node-version: 16.15.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save