Skip to content

Commit eaedde8

Browse files
committed
fix: update node on github action
1 parent d11dd58 commit eaedde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: sudo npm i -g standard-version
2929
- run: npm install karma --save-dev --legacy-peer-deps
3030
- run: npm install karma-jasmine karma-chrome-launcher jasmine-core --save-dev --legacy-peer-deps
31-
- run: npm ci
31+
- run: npm install --legacy-peer-deps
3232
- run: npm run build --if-present
3333
- run: npm run test
3434
- run: npm run lint || exit 1

0 commit comments

Comments
 (0)