mirror of
https://gitee.com/iresty/apisix.git
synced 2024-11-30 02:57:49 +08:00
chore(deps): bump actions/setup-node from 2.5.0 to 2.5.1 (#5952)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4a66b79803
commit
719c538814
2
.github/workflows/doc-lint.yml
vendored
2
.github/workflows/doc-lint.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: 🚀 Use Node.js
|
||||
uses: actions/setup-node@v2.5.0
|
||||
uses: actions/setup-node@v2.5.1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
- run: npm install -g markdownlint-cli@0.25.0
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- name: Setup Nodejs env
|
||||
uses: actions/setup-node@v2.5.0
|
||||
uses: actions/setup-node@v2.5.1
|
||||
with:
|
||||
node-version: '12'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user