ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 27s

This commit is contained in:
Kim, Jimin 2025-06-01 14:51:04 +09:00
parent 3420b072c7
commit 3905b72595
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -9,7 +9,7 @@ on:
jobs:
test:
name: Test
runs-on: docker://node:24-bullseye
runs-on: node-24
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4