Skip to content

Commit

Permalink
switch to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 14, 2024
1 parent 59ffc91 commit 82ddff4
Show file tree
Hide file tree
Showing 3 changed files with 15,646 additions and 8,016 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn lint:js
- run: yarn test
cache: npm
- run: npm ci
- run: npm run lint:js
- run: npm test
Loading

0 comments on commit 82ddff4

Please sign in to comment.