Skip to content

Commit

Permalink
chore: test lint (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Aug 29, 2024
1 parent 34d8292 commit 980970a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: node --version
# Upgrade npm to newest supported version so it understands lockfile v3
- run: npm install -g npm@9.9.3
if: matrix.node == 14
- run: npm install
- run: npm test
- name: coverage
Expand All @@ -30,5 +33,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 14
# Upgrade npm to newest supported version so it understands lockfile v3
- run: npm install -g npm@9.9.3
- run: npm install
- run: npm run lint

0 comments on commit 980970a

Please sign in to comment.