chore: pipeline node version (#4896)
This commit is contained in:
committed by
GitHub
parent
b7de679e9b
commit
d9c5e165cd
10
.github/workflows/action.yml
vendored
10
.github/workflows/action.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Assert changed
|
||||
@@ -48,7 +48,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Assert changed
|
||||
@@ -171,7 +171,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -223,7 +223,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -274,7 +274,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/codegen-test.yml
vendored
2
.github/workflows/codegen-test.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
8
.github/workflows/docs-freshness-check.yml
vendored
8
.github/workflows/docs-freshness-check.yml
vendored
@@ -1,8 +1,8 @@
|
||||
# Checks for outdated documentation content and sends notification about it
|
||||
name: Docs Freshness Check
|
||||
on:
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *' # once a month
|
||||
- cron: "0 0 1 * *" # once a month
|
||||
|
||||
jobs:
|
||||
freshness-check:
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -33,4 +33,4 @@ jobs:
|
||||
extension: docs-freshness-check
|
||||
|
||||
- name: Perform Freshness Check
|
||||
run: yarn check:freshness
|
||||
run: yarn check:freshness
|
||||
|
||||
16
.github/workflows/docs-new-announcement.yml
vendored
16
.github/workflows/docs-new-announcement.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Generate Docs Release Announcement Bar
|
||||
on:
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -39,10 +39,10 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: 'chore(docs): Generated Docs Announcement Bar (automated)'
|
||||
base: 'develop'
|
||||
title: 'chore(docs): Generated Docs Announcement Bar (automated)'
|
||||
labels: 'type: chore'
|
||||
commit-message: "chore(docs): Generated Docs Announcement Bar (automated)"
|
||||
base: "develop"
|
||||
title: "chore(docs): Generated Docs Announcement Bar (automated)"
|
||||
labels: "type: chore"
|
||||
add-paths: www/docs/**
|
||||
branch: 'chore/generate-announcement'
|
||||
branch-suffix: 'timestamp'
|
||||
branch: "chore/generate-announcement"
|
||||
branch-suffix: "timestamp"
|
||||
|
||||
18
.github/workflows/docs-remove-announcement.yml
vendored
18
.github/workflows/docs-remove-announcement.yml
vendored
@@ -1,8 +1,8 @@
|
||||
# Checks if the announcement bar info was last edited more than 6 days ago, and if so removes it
|
||||
name: Remove Docs Release Announcement Bar
|
||||
on:
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
remove-announcement:
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -37,10 +37,10 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: 'chore(docs): Removed Docs Announcement Bar (automated)'
|
||||
base: 'develop'
|
||||
title: 'chore(docs): Removed Docs Announcement Bar (automated)'
|
||||
labels: 'type: chore'
|
||||
commit-message: "chore(docs): Removed Docs Announcement Bar (automated)"
|
||||
base: "develop"
|
||||
title: "chore(docs): Removed Docs Announcement Bar (automated)"
|
||||
labels: "type: chore"
|
||||
add-paths: www/docs/**
|
||||
branch: 'chore/remove-announcement'
|
||||
branch-suffix: 'timestamp'
|
||||
branch: "chore/remove-announcement"
|
||||
branch-suffix: "timestamp"
|
||||
|
||||
16
.github/workflows/generate-api-reference.yml
vendored
16
.github/workflows/generate-api-reference.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Generate API Reference
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -39,10 +39,10 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: 'chore(docs): Generated API Reference'
|
||||
base: 'develop'
|
||||
title: 'chore(docs): Updated API Reference'
|
||||
labels: 'type: chore'
|
||||
commit-message: "chore(docs): Generated API Reference"
|
||||
base: "develop"
|
||||
title: "chore(docs): Updated API Reference"
|
||||
labels: "type: chore"
|
||||
add-paths: www/api-reference/specs
|
||||
branch: 'chore/generate-api-ref'
|
||||
branch-suffix: 'timestamp'
|
||||
branch: "chore/generate-api-ref"
|
||||
branch-suffix: "timestamp"
|
||||
|
||||
16
.github/workflows/generate-entity-reference.yml
vendored
16
.github/workflows/generate-entity-reference.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Generate Entity Reference
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -38,10 +38,10 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: 'chore(docs): Generated Entities Reference (automated)'
|
||||
base: 'develop'
|
||||
title: 'chore(docs): Generated Entities Reference (automated)'
|
||||
labels: 'type: chore'
|
||||
commit-message: "chore(docs): Generated Entities Reference (automated)"
|
||||
base: "develop"
|
||||
title: "chore(docs): Generated Entities Reference (automated)"
|
||||
labels: "type: chore"
|
||||
add-paths: www/docs/content/references/entities/**
|
||||
branch: 'chore/generate-entities'
|
||||
branch-suffix: 'timestamp'
|
||||
branch: "chore/generate-entities"
|
||||
branch-suffix: "timestamp"
|
||||
|
||||
16
.github/workflows/generate-js-reference.yml
vendored
16
.github/workflows/generate-js-reference.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Generate JS Client Reference
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -38,10 +38,10 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: 'chore(docs): Generated JS Client Reference (automated)'
|
||||
base: 'develop'
|
||||
title: 'chore(docs): Generated JS Client Reference'
|
||||
labels: 'type: chore'
|
||||
commit-message: "chore(docs): Generated JS Client Reference (automated)"
|
||||
base: "develop"
|
||||
title: "chore(docs): Generated JS Client Reference"
|
||||
labels: "type: chore"
|
||||
add-paths: www/docs/content/references/js-client/**
|
||||
branch: 'chore/generate-js-client'
|
||||
branch-suffix: 'timestamp'
|
||||
branch: "chore/generate-js-client"
|
||||
branch-suffix: "timestamp"
|
||||
|
||||
16
.github/workflows/generate-reference.yml
vendored
16
.github/workflows/generate-reference.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Generate Services Reference
|
||||
on:
|
||||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
@@ -38,10 +38,10 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4
|
||||
with:
|
||||
commit-message: 'chore(docs): Generated Services Reference (automated)'
|
||||
base: 'develop'
|
||||
title: 'chore(docs): Generated Services Reference (automated)'
|
||||
labels: 'type: chore'
|
||||
commit-message: "chore(docs): Generated Services Reference (automated)"
|
||||
base: "develop"
|
||||
title: "chore(docs): Generated Services Reference (automated)"
|
||||
labels: "type: chore"
|
||||
add-paths: www/docs/content/references/services/**
|
||||
branch: 'chore/generate-services'
|
||||
branch-suffix: 'timestamp'
|
||||
branch: "chore/generate-services"
|
||||
branch-suffix: "timestamp"
|
||||
|
||||
2
.github/workflows/oas-test.yml
vendored
2
.github/workflows/oas-test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
- name: Install dependencies
|
||||
|
||||
4
.github/workflows/release-notifications.yml
vendored
4
.github/workflows/release-notifications.yml
vendored
@@ -20,9 +20,9 @@ jobs:
|
||||
- name: Setup Node.js environment
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "16.10.0"
|
||||
node-version: "16.20.2"
|
||||
cache: "yarn"
|
||||
|
||||
|
||||
- name: Post to Slack channel
|
||||
id: slack
|
||||
uses: slackapi/slack-github-action@v1.23.0
|
||||
|
||||
Reference in New Issue
Block a user