diff --git a/.github/workflows/make.yaml b/.github/workflows/make.yaml index cb1acb644..fe869c17f 100644 --- a/.github/workflows/make.yaml +++ b/.github/workflows/make.yaml @@ -43,6 +43,8 @@ jobs: steps: - uses: "actions/checkout@v4" - uses: "actions/setup-node@v4" + with: + node-version: 22 - run: "npm ci" - run: "make @probo/console" fmt-check: