Update and rename test.yml.disabled to test.yml

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

View file

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