Skip to content

Commit a221d1a

Browse files
committed
run
1 parent f961179 commit a221d1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
npm run build
3838
npm run coverage-node
3939
- name: Test compliance
40-
if: ${{ startsWith('18', matrix.node)}}
4140
env:
4241
NODE_OPTIONS: "--max-old-space-size=4096"
4342
run: |
@@ -55,8 +54,7 @@ jobs:
5554
npm run verdaccio-publish
5655
npm run verdaccio-node-decrypt
5756
npm run verdaccio-node-encrypt
58-
- name: Run Test Vectors Browser Node 18
59-
if: ${{ startsWith('18', matrix.node)}}
57+
- name: Run Test Vectors Browser node ${{matrix.node}}
6058
env:
6159
NODE_OPTIONS: "--max-old-space-size=4096"
6260
NPM_CONFIG_UNSAFE_PERM: true

0 commit comments

Comments
 (0)