Skip to content

Commit 6f2c47d

Browse files
committed
chore: test lint
1 parent c7ff346 commit 6f2c47d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

+3
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

0 commit comments

Comments
 (0)