Skip to content

Commit 248603b

Browse files
committed
Update Node.js version in .nvmrc to 22.16.0 and rename setup step in release workflow for clarity
1 parent e19567f commit 248603b

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
fetch-depth: 0
1313

14-
- name: Use Node.js 22.x
14+
- name: Setup Node
1515
uses: actions/setup-node@v3
1616

1717
- uses: pnpm/action-setup@v4
@@ -20,12 +20,10 @@ jobs:
2020
run: pnpm install
2121

2222
- name: Build
23-
run: |
24-
pnpm build
23+
run: pnpm build
2524

2625
- name: Release
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2928
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
run: |
31-
pnpm release
29+
run: pnpm release

.nvmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
22.12
1+
22.16.0
2+

0 commit comments

Comments
 (0)