chore: pipeline node version (#4896)
This commit is contained in:
committed by
GitHub
parent
b7de679e9b
commit
d9c5e165cd
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"
|
||||
|
||||
Reference in New Issue
Block a user