Skip to content

Commit 980970a

Browse files
authored
chore: test lint (#298)
1 parent 34d8292 commit 980970a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node }}
1919
- run: node --version
20+
# Upgrade npm to newest supported version so it understands lockfile v3
21+
- run: npm install -g [email protected]
22+
if: matrix.node == 14
2023
- run: npm install
2124
- run: npm test
2225
- name: coverage
@@ -30,5 +33,7 @@ jobs:
3033
- uses: actions/setup-node@v4
3134
with:
3235
node-version: 14
36+
# Upgrade npm to newest supported version so it understands lockfile v3
37+
- run: npm install -g [email protected]
3338
- run: npm install
3439
- run: npm run lint

0 commit comments

Comments
 (0)