Skip to content

Commit

Permalink
fix: Fixing the action npm-publish (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandan-bhat authored and tusharpandey13 committed Feb 13, 2025
1 parent eb21773 commit 17d811e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/actions/npm-publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ runs:
uses: actions/checkout@v4

- name: Setup Node.js with pnpm caching
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'
uses: pnpm/action-setup@v4
with:
version: 10

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: 'pnpm'

- name: Install dependencies
shell: bash
Expand Down

0 comments on commit 17d811e

Please sign in to comment.