Skip to content

Commit 361e9c8

Browse files
committed
chore: update setup-node action by removing pnpm version
1 parent 42554e9 commit 361e9c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ runs:
1212
steps:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
15-
with:
16-
version: 9.6
15+
1716
- name: Setup Node
1817
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
1918
with:
2019
node-version: 20.16.0
2120
# See https://github.com/actions/setup-node#caching-global-packages-data
2221
cache: "pnpm"
2322
cache-dependency-path: ${{ inputs.directory }}/pnpm-lock.yaml
23+
2424
- name: Install root node_modules
2525
shell: bash
2626
run: ./scripts/pnpm_install.sh

0 commit comments

Comments
 (0)