Skip to content

Commit 829dd76

Browse files
committed
CCM-17346: Move To Shared Modules Model
1 parent 035d277 commit 829dd76

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
with:
5050
version: "${{ inputs.pnpm_version }}"
5151
cache: true
52+
- name: "Use Node.js"
53+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
54+
with:
55+
node-version-file: '.tool-versions'
56+
cache: 'pnpm'
5257
- name: "Run unit test suite"
5358
run: |
5459
make test-unit

0 commit comments

Comments
 (0)