diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c43cf5e..9c6941c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 24 - run: npm ci - run: npm run build - uses: actions/upload-artifact@v4