We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4878d6 commit f961179Copy full SHA for f961179
.github/workflows/ci.yml
@@ -37,7 +37,7 @@ jobs:
37
npm run build
38
npm run coverage-node
39
- name: Test compliance
40
- if: ${{ matrix.node == 18 }}
+ if: ${{ startsWith('18', matrix.node)}}
41
env:
42
NODE_OPTIONS: "--max-old-space-size=4096"
43
run: |
@@ -56,7 +56,7 @@ jobs:
56
npm run verdaccio-node-decrypt
57
npm run verdaccio-node-encrypt
58
- name: Run Test Vectors Browser Node 18
59
60
61
62
NPM_CONFIG_UNSAFE_PERM: true
0 commit comments