Skip to content

Commit 7ca107d

Browse files
authored
Merge pull request #21 from sjsjsj1246/codex/fix-publish-runtime
[-]: publish 런타임 버전 고정
2 parents 6d901c4 + ce20add commit 7ca107d

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,21 @@ jobs:
2121
with:
2222
version: 10.12.4
2323

24-
- name: Use Node.js 22
24+
- name: Use Node.js 22.14
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 22
27+
node-version: 22.14.0
2828
cache: pnpm
2929
registry-url: https://registry.npmjs.org
3030

3131
- name: Install dependencies
3232
run: pnpm install --frozen-lockfile
3333

34+
- name: Upgrade npm for trusted publishing
35+
run: npm install -g npm@latest
36+
37+
- name: Print runtime versions
38+
run: node -v && npm -v
39+
3440
- name: Publish current main release
3541
run: pnpm release

0 commit comments

Comments
 (0)