Skip to content

Commit 60119ee

Browse files
committed
CCM-11889: pin node version for unit tests
1 parent 67f9960 commit 60119ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage-2-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: "Restore node_modules from cache"
8787
uses: ./.github/actions/node-modules-cache
8888
with:
89-
node_version: "${{ inputs.nodejs_version }}"
89+
node_version: "22.21.1"
9090
- name: "Generate dependencies"
9191
run: |
9292
npm run generate-dependencies --workspaces --if-present

0 commit comments

Comments
 (0)