Skip to content

Commit 3035435

Browse files
authored
Update npm-publish.yml
1 parent 4ddeb6e commit 3035435

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v4
14-
- name: Use Node.js ${{ matrix.node-version }}
14+
with:
15+
run_install: false
16+
- name: Use Node.js
1517
uses: actions/setup-node@v4
1618
with:
17-
node-version: ${{ matrix.node-version }}
19+
node-version: 22
1820
cache: 'pnpm'
1921
- name: Install dependencies
2022
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)