diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4e35b0b..5289dae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 22 cache: 'npm' - run: npm ci - run: npm run build