Skip to content

Commit 01b9b5c

Browse files
⬆️ Update GitHub Actions
1 parent 7ff14dd commit 01b9b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ runs:
1010
node-version: lts/*
1111

1212
- name: Install pnpm
13-
uses: pnpm/action-setup@v2
13+
uses: pnpm/action-setup@v4
1414
with:
15-
version: 8
15+
version: 8 || 10
1616

1717
- name: Get pnpm store directory
1818
shell: bash

0 commit comments

Comments
 (0)