Thanks to visit codestin.com Credit goes to github.com
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 42554e9 commit 361e9c8Copy full SHA for 361e9c8
.github/actions/setup-node/action.yaml
@@ -12,15 +12,15 @@ runs:
12
steps:
13
- name: Install pnpm
14
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
15
- with:
16
- version: 9.6
+
17
- name: Setup Node
18
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
19
with:
20
node-version: 20.16.0
21
# See https://github.com/actions/setup-node#caching-global-packages-data
22
cache: "pnpm"
23
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml
24
- name: Install root node_modules
25
shell: bash
26
run: ./scripts/pnpm_install.sh
0 commit comments