Skip to content

Commit f961179

Browse files
committed
conditional
1 parent b4878d6 commit f961179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
npm run build
3838
npm run coverage-node
3939
- name: Test compliance
40-
if: ${{ matrix.node == 18 }}
40+
if: ${{ startsWith('18', matrix.node)}}
4141
env:
4242
NODE_OPTIONS: "--max-old-space-size=4096"
4343
run: |
@@ -56,7 +56,7 @@ jobs:
5656
npm run verdaccio-node-decrypt
5757
npm run verdaccio-node-encrypt
5858
- name: Run Test Vectors Browser Node 18
59-
if: ${{ matrix.node == 18 }}
59+
if: ${{ startsWith('18', matrix.node)}}
6060
env:
6161
NODE_OPTIONS: "--max-old-space-size=4096"
6262
NPM_CONFIG_UNSAFE_PERM: true

0 commit comments

Comments
 (0)