mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-11-02 19:18:34 +08:00
Merge remote-tracking branch 'origin/japanese-translation' into ja-trans/6.7
This commit is contained in:
3
.github/workflows/textlint.yml
vendored
3
.github/workflows/textlint.yml
vendored
@ -13,8 +13,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Node.js environment
|
- name: Setup Node.js environment
|
||||||
uses: actions/setup-node@v2.1.1
|
uses: actions/setup-node@v2.1.1
|
||||||
|
env:
|
||||||
|
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
|
||||||
with:
|
with:
|
||||||
node-version: '12.x'
|
node-version: '12.x'
|
||||||
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: cd .operations/ && npm install
|
run: cd .operations/ && npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user