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 8329b62 commit 2c17116Copy full SHA for 2c17116
1 file changed
.github/workflows/stage-2-test.yaml
@@ -44,6 +44,15 @@ jobs:
44
steps:
45
- name: "Checkout code"
46
uses: actions/checkout@v4
47
+ - name: "Setup pnpm"
48
+ uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
49
+ with:
50
+ version: ${{ inputs.pnpm_version }}
51
+ - name: "Use Node.js"
52
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
53
54
+ node-version-file: '.tool-versions'
55
+ cache: 'pnpm'
56
- name: "Run unit test suite"
57
run: |
58
make test-unit
0 commit comments