Skip to content

Commit d8dc4cd

Browse files
committed
chore: update Github actions to be compatible with Node.js 12.x and 14.x
1 parent 00c933d commit d8dc4cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
cache: 'npm'
2929

3030
- name: Install
31-
run: npm ci
31+
run: npm i # @todo check why `npm ci` does not work for 12.x and 14.x Node.js versions
3232

3333
- name: Build
3434
run: npm run build

0 commit comments

Comments
 (0)