chore: pipeline node version (#4896)
This commit is contained in:
@@ -5,7 +5,7 @@ inputs:
|
|||||||
node-version:
|
node-version:
|
||||||
description: "Node version"
|
description: "Node version"
|
||||||
required: false
|
required: false
|
||||||
default: "16.10.0"
|
default: "16.20.2"
|
||||||
cache-extension:
|
cache-extension:
|
||||||
description: "Extension for fetching cached dependencies"
|
description: "Extension for fetching cached dependencies"
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Assert changed
|
- name: Assert changed
|
||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Assert changed
|
- name: Assert changed
|
||||||
@@ -171,7 +171,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -223,7 +223,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -274,7 +274,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name: Docs Freshness Check
|
name: Docs Freshness Check
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 1 * *' # once a month
|
- cron: "0 0 1 * *" # once a month
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
freshness-check:
|
freshness-check:
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -39,10 +39,10 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: 'chore(docs): Generated Docs Announcement Bar (automated)'
|
commit-message: "chore(docs): Generated Docs Announcement Bar (automated)"
|
||||||
base: 'develop'
|
base: "develop"
|
||||||
title: 'chore(docs): Generated Docs Announcement Bar (automated)'
|
title: "chore(docs): Generated Docs Announcement Bar (automated)"
|
||||||
labels: 'type: chore'
|
labels: "type: chore"
|
||||||
add-paths: www/docs/**
|
add-paths: www/docs/**
|
||||||
branch: 'chore/generate-announcement'
|
branch: "chore/generate-announcement"
|
||||||
branch-suffix: 'timestamp'
|
branch-suffix: "timestamp"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name: Remove Docs Release Announcement Bar
|
name: Remove Docs Release Announcement Bar
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
remove-announcement:
|
remove-announcement:
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -37,10 +37,10 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: 'chore(docs): Removed Docs Announcement Bar (automated)'
|
commit-message: "chore(docs): Removed Docs Announcement Bar (automated)"
|
||||||
base: 'develop'
|
base: "develop"
|
||||||
title: 'chore(docs): Removed Docs Announcement Bar (automated)'
|
title: "chore(docs): Removed Docs Announcement Bar (automated)"
|
||||||
labels: 'type: chore'
|
labels: "type: chore"
|
||||||
add-paths: www/docs/**
|
add-paths: www/docs/**
|
||||||
branch: 'chore/remove-announcement'
|
branch: "chore/remove-announcement"
|
||||||
branch-suffix: 'timestamp'
|
branch-suffix: "timestamp"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -39,10 +39,10 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: 'chore(docs): Generated API Reference'
|
commit-message: "chore(docs): Generated API Reference"
|
||||||
base: 'develop'
|
base: "develop"
|
||||||
title: 'chore(docs): Updated API Reference'
|
title: "chore(docs): Updated API Reference"
|
||||||
labels: 'type: chore'
|
labels: "type: chore"
|
||||||
add-paths: www/api-reference/specs
|
add-paths: www/api-reference/specs
|
||||||
branch: 'chore/generate-api-ref'
|
branch: "chore/generate-api-ref"
|
||||||
branch-suffix: 'timestamp'
|
branch-suffix: "timestamp"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -38,10 +38,10 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: 'chore(docs): Generated Entities Reference (automated)'
|
commit-message: "chore(docs): Generated Entities Reference (automated)"
|
||||||
base: 'develop'
|
base: "develop"
|
||||||
title: 'chore(docs): Generated Entities Reference (automated)'
|
title: "chore(docs): Generated Entities Reference (automated)"
|
||||||
labels: 'type: chore'
|
labels: "type: chore"
|
||||||
add-paths: www/docs/content/references/entities/**
|
add-paths: www/docs/content/references/entities/**
|
||||||
branch: 'chore/generate-entities'
|
branch: "chore/generate-entities"
|
||||||
branch-suffix: 'timestamp'
|
branch-suffix: "timestamp"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -38,10 +38,10 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: 'chore(docs): Generated JS Client Reference (automated)'
|
commit-message: "chore(docs): Generated JS Client Reference (automated)"
|
||||||
base: 'develop'
|
base: "develop"
|
||||||
title: 'chore(docs): Generated JS Client Reference'
|
title: "chore(docs): Generated JS Client Reference"
|
||||||
labels: 'type: chore'
|
labels: "type: chore"
|
||||||
add-paths: www/docs/content/references/js-client/**
|
add-paths: www/docs/content/references/js-client/**
|
||||||
branch: 'chore/generate-js-client'
|
branch: "chore/generate-js-client"
|
||||||
branch-suffix: 'timestamp'
|
branch-suffix: "timestamp"
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -38,10 +38,10 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v4
|
||||||
with:
|
with:
|
||||||
commit-message: 'chore(docs): Generated Services Reference (automated)'
|
commit-message: "chore(docs): Generated Services Reference (automated)"
|
||||||
base: 'develop'
|
base: "develop"
|
||||||
title: 'chore(docs): Generated Services Reference (automated)'
|
title: "chore(docs): Generated Services Reference (automated)"
|
||||||
labels: 'type: chore'
|
labels: "type: chore"
|
||||||
add-paths: www/docs/content/references/services/**
|
add-paths: www/docs/content/references/services/**
|
||||||
branch: 'chore/generate-services'
|
branch: "chore/generate-services"
|
||||||
branch-suffix: 'timestamp'
|
branch-suffix: "timestamp"
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: "16.10.0"
|
node-version: "16.20.2"
|
||||||
cache: "yarn"
|
cache: "yarn"
|
||||||
|
|
||||||
- name: Post to Slack channel
|
- name: Post to Slack channel
|
||||||
|
|||||||
Reference in New Issue
Block a user