Skip to content

Commit 5d2aa19

Browse files
authored
Move pnpm action setup to the top of the steps
1 parent 400cb55 commit 5d2aa19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24+
- uses: pnpm/action-setup@v4.2.0
2425
- name: Use Node.js ${{ matrix.node-version }}
2526
uses: actions/setup-node@v4
2627
with:
2728
node-version: ${{ matrix.node-version }}
2829
cache: 'pnpm'
29-
- uses: pnpm/action-setup@v4.2.0
3030
- run: pnpm nx run-many -t build
3131
- run: pnpm test:all

0 commit comments

Comments
 (0)