Skip to content

Commit 4a79961

Browse files
committed
build: update node version
1 parent 51f422c commit 4a79961

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ jobs:
7070
- uses: pnpm/action-setup@v4
7171
- uses: actions/setup-node@v4
7272
with:
73-
node-version: 20
73+
node-version: 22
7474
cache: pnpm
7575
registry-url: "https://registry.npmjs.org"
76+
- run: npm --version
7677
- run: pnpm install --frozen-lockfile
7778
- run: pnpm build
7879
- run: cd dist && npm publish --provenance --access public

0 commit comments

Comments
 (0)