Skip to content

Commit 17d811e

Browse files
nandan-bhattusharpandey13
authored andcommitted
fix: Fixing the action npm-publish (#1903)
1 parent eb21773 commit 17d811e

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/actions/npm-publish/action.yml

+9-10
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@ runs:
2020
uses: actions/checkout@v4
2121

2222
- name: Setup Node.js with pnpm caching
23-
- uses: pnpm/action-setup@v4
24-
name: Install pnpm
25-
with:
26-
version: 10
27-
28-
- name: Install Node.js
29-
uses: actions/setup-node@v4
30-
with:
31-
node-version: 22
32-
cache: 'pnpm'
23+
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10
26+
27+
- name: Install Node.js
28+
uses: actions/setup-node@v4
29+
with:
30+
node-version: 22
31+
cache: 'pnpm'
3332

3433
- name: Install dependencies
3534
shell: bash

0 commit comments

Comments
 (0)