Skip to content

Commit 94197fc

Browse files
committed
fix: publishing
1 parent a161352 commit 94197fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20'
21+
node-version: '22'
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v2
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Node.js
4949
uses: actions/setup-node@v4
5050
with:
51-
node-version: 'lts/*'
51+
node-version: '22'
5252
registry-url: 'https://registry.npmjs.org'
5353

5454
- name: Setup pnpm

0 commit comments

Comments
 (0)