Skip to content

Commit eeb38f9

Browse files
committed
install specific version of npm
1 parent a093c2b commit eeb38f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ jobs:
6060
working-directory: ./src/idom/client/app
6161
run: |
6262
npm --version
63+
npm install -g npm@v7.13.0
6364
npm install
6465
npm test

0 commit comments

Comments
 (0)