Update Node.js version from 20 to 24

This commit is contained in:
암냥 (imnyang) 2025-11-28 09:55:26 +09:00 committed by GitHub
commit 0915155dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ jobs:
- name: Setup node.js 20 - name: Setup node.js 20
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 24
cache: "pnpm" cache: "pnpm"
- name: Install Dependencies - name: Install Dependencies
run: pnpm i --frozen-lockfile run: pnpm i --frozen-lockfile