chore: pipeline node version (#4896)

This commit is contained in:
Carlos R. L. Rodrigues
2023-08-28 16:41:47 -03:00
committed by GitHub
parent b7de679e9b
commit d9c5e165cd
12 changed files with 63 additions and 63 deletions

View File

@@ -5,7 +5,7 @@ inputs:
node-version:
description: "Node version"
required: false
default: "16.10.0"
default: "16.20.2"
cache-extension:
description: "Extension for fetching cached dependencies"
required: true

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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

View File

@@ -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