Skip to content

Commit 888d350

Browse files
committed
fix(ci): tentative workaround for the NPM problem
1 parent 48e453f commit 888d350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/buildTest.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ steps.nvm.outputs.NODE_VERSION }}
20-
- run: npm ci
20+
# cannot use npm ci yet because of https://github.com/npm/cli/issues/4828
21+
- run: npm i
2122
- run: npm run build
2223
- run: npm run test

0 commit comments

Comments
 (0)