Browse Source

refactor(workflows): bump node-version to 18

pull/5903/head
Wing-Kam Wong 1 year ago
parent
commit
9480aba077
  1. 2
      .github/workflows/publish-blog.yml
  2. 2
      .github/workflows/publish-dev-docs.yml
  3. 2
      .github/workflows/publish-docs.yml
  4. 2
      .github/workflows/publish-noco-i18n.yml
  5. 2
      .github/workflows/publish-prev-docs.yml
  6. 2
      .github/workflows/release-draft.yml
  7. 2
      .github/workflows/release-executables.yml

2
.github/workflows/publish-blog.yml

@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build blogs
run: |
cd packages/noco-blog

2
.github/workflows/publish-dev-docs.yml

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build docs
run: |
cd packages/noco-docs

2
.github/workflows/publish-docs.yml

@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build docs
run: |
cd packages/noco-docs

2
.github/workflows/publish-noco-i18n.yml

@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build noco-i18n
run: |
cd packages/noco-i18n

2
.github/workflows/publish-prev-docs.yml

@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Build prev docs
run: |
cd packages/noco-docs-prev

2
.github/workflows/release-draft.yml

@ -70,5 +70,5 @@ jobs:
})
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- 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

@ -62,7 +62,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name : Install nocodb, other dependencies and build executables
run: |

Loading…
Cancel
Save