Skip to content

Commit 9a05ec2

Browse files
authored
* chore: [email protected] * chore: use npm@7 in ci for now
1 parent d436356 commit 9a05ec2

File tree

3 files changed

+3172
-2207
lines changed

3 files changed

+3172
-2207
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
node-version: ${{ matrix.node-version }}
1717
- name: Update npm
18-
run: npm i -g npm
18+
run: npm i -g npm@7
1919
- name: Install dependencies
2020
run: npm ci
2121
- name: Run Tap tests

0 commit comments

Comments
 (0)