diff --git a/.github/workflows/prchecks.yml b/.github/workflows/prchecks.yml index 5d1202d..10eb4e1 100644 --- a/.github/workflows/prchecks.yml +++ b/.github/workflows/prchecks.yml @@ -14,9 +14,9 @@ jobs: packages: write steps: - uses: actions/setup-node@v2 - with: - node-version: '12.x' - registry-url: 'https://registry.npmjs.org' + with: + node-version: '12.x' + registry-url: 'https://registry.npmjs.org' - name: Install run: npm install - name: Test @@ -35,9 +35,9 @@ jobs: packages: write steps: - uses: actions/setup-node@v2 - with: - node-version: '12.x' - registry-url: 'https://registry.npmjs.org' + with: + node-version: '12.x' + registry-url: 'https://registry.npmjs.org' - name: Install run: npm install - name: Lint @@ -49,10 +49,10 @@ jobs: packages: write steps: - uses: actions/setup-node@v2 - with: - node-version: '12.x' - registry-url: 'https://registry.npmjs.org' + with: + node-version: '12.x' + registry-url: 'https://registry.npmjs.org' - name: Install run: npm install - name: Build - run: npm run build \ No newline at end of file + run: npm run build