Skip to content

Commit

Permalink
chore: Migrate to npm 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
avocadowastaken committed Sep 6, 2021
1 parent 90d82bb commit 3d67e70
Show file tree
Hide file tree
Showing 3 changed files with 10,631 additions and 165 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ jobs:
steps:
- uses: styfle/cancel-workflow-action@0.9.1
- uses: actions/checkout@v2
- uses: umidbekk/actions/npm/install@v1
- uses: actions/setup-node@v2
with:
cache: "npm"
node-version: "14"

- run: npm ci
- run: npx tsc
- run: npm run lint

Expand All @@ -30,15 +34,13 @@ jobs:
node: [12, 14, 16]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: "npm"
node-version: ${{ matrix.node }}

- uses: actions/checkout@v2
- uses: umidbekk/actions/npm/install@v1
with:
cache-key: npm-${{ matrix.os }}-${{ matrix.node }}-

- run: npm ci
- run: npm test

- uses: codecov/codecov-action@v2.0.3
Expand Down
Loading

0 comments on commit 3d67e70

Please sign in to comment.