Skip to content

Commit

Permalink
chore: add 14.15.4 (jobs.update_readme_api.steps.with.node-version)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed Jan 6, 2021
1 parent 362ab72 commit b1eba18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.15.3
node-version: 14.15.4
- run: npm install
- run: npm run docs
- uses: gr2m/create-or-update-pull-request-action@v1.x
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: README.md
title: Sync API into README
Expand Down

0 comments on commit b1eba18

Please sign in to comment.