Skip to content

Commit b626d15

Browse files
ci: fix
1 parent db4e8cc commit b626d15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Install dependencies (old)
103103
run: npm ci --ignore-scripts
104-
if: matrix.node-version == '10.x' && matrix.node-version == '12.x' && matrix.node-version == '14.x' && matrix.node-version == '16.x' && matrix.node-version == '18.x'
104+
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x'
105105

106106
- name: Install dependencies
107107
run: npm ci

0 commit comments

Comments
 (0)