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 60119ee commit 21f722bCopy full SHA for 21f722b
.github/workflows/stage-2-test.yaml
@@ -86,6 +86,8 @@ jobs:
86
- name: "Restore node_modules from cache"
87
uses: ./.github/actions/node-modules-cache
88
with:
89
+ # Pinned Node version for running unit tests to ensure that coverage checks work as expected
90
+ # Long term fix covered in CCM-9959
91
node_version: "22.21.1"
92
- name: "Generate dependencies"
93
run: |
0 commit comments