Skip to content

Commit 14248a9

Browse files
committed
fix: bump Node
1 parent 0214112 commit 14248a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v5
1919
- uses: pnpm/action-setup@v4
20-
- name: Use Node.js LTS
20+
- name: Set up Node.js
2121
uses: actions/setup-node@v5
2222
with:
23-
node-version: 22.x
23+
node-version: 24.x
2424
registry-url: "https://registry.npmjs.org"
2525
cache: "pnpm"
2626
- name: Install packages

0 commit comments

Comments
 (0)