chore(ci): bump node to 24

This commit is contained in:
2026-05-13 10:52:19 +07:00
parent 1472e6dff8
commit d58da15ca9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
version: 11
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: '24'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm build:gh
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
version: 11
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: '24'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test