diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 090820c..ff7e7d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: '22' # The API functions and the frontend are typechecked separately: they have