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 8e7815a commit 7c0f63cCopy full SHA for 7c0f63c
.github/workflows/prod-release.yml
@@ -54,7 +54,7 @@ jobs:
54
contents: read
55
strategy:
56
matrix:
57
- node-version: ['18', '20']
+ node-version: ['18', '20', '22']
58
test-type: ['node', 'browser']
59
test-category: ['coverage', 'vectors']
60
name: test-${{ matrix.test-category }}-${{ matrix.test-type }}${{ matrix.node-version }}
0 commit comments