Skip to content

Commit df29913

Browse files
committed
Fix actions
1 parent 0453d1c commit df29913

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
submodules: true
2828
- name: Install pnpm
29-
run: pnpm/action-setup@v4
29+
uses: pnpm/action-setup@v4
3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v4
3232
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: pnpm/action-setup@v4
18+
- uses: pnpm/action-setup@v4
1919
- uses: actions/setup-node@v4
2020
with:
2121
node-version: '22.x'

0 commit comments

Comments
 (0)