fix: workflow

This commit is contained in:
iCrawl 2020-01-25 21:23:51 +01:00
parent 580cbd160b
commit ed814d252b
No known key found for this signature in database
GPG key ID: E41A6DB922EC2CFE
2 changed files with 8 additions and 2 deletions

View file

@ -13,8 +13,11 @@ jobs:
with: with:
node-version: 12 node-version: 12
- name: Install pnpm
run: curl -L https://unpkg.com/@pnpm/self-installer | node
- name: Install dependencies - name: Install dependencies
run: yarn install run: pnpm i
- name: Run Lint - name: Run Lint
uses: icrawl/action-eslint@v1 uses: icrawl/action-eslint@v1

View file

@ -13,8 +13,11 @@ jobs:
with: with:
node-version: 12 node-version: 12
- name: Install pnpm
run: curl -L https://unpkg.com/@pnpm/self-installer | node
- name: Install dependencies - name: Install dependencies
run: yarn install run: pnpm i
- name: Run TSC - name: Run TSC
uses: icrawl/action-tsc@v1 uses: icrawl/action-tsc@v1