Skip to content

Commit 32725fa

Browse files
authored
Replace Node setup action with pnpm setup action
1 parent 0928669 commit 32725fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
13+
- uses: pnpm/action-setup@v4
1414
with:
15-
node-version: 20
15+
version: 9
1616

1717
- name: Install dependencies
1818
run: pnpm ci install

0 commit comments

Comments
 (0)