diff --git a/.github/workflows/textlint.yml b/.github/workflows/textlint.yml index 6171f7ae..747061b5 100644 --- a/.github/workflows/textlint.yml +++ b/.github/workflows/textlint.yml @@ -13,8 +13,11 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.1 + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: true with: node-version: '12.x' + - name: Install dependencies run: cd .operations/ && npm install