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

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