diff --git a/.github/workflows/ci-proto.yml b/.github/workflows/ci-proto.yml index 453848f..0145c66 100644 --- a/.github/workflows/ci-proto.yml +++ b/.github/workflows/ci-proto.yml @@ -114,7 +114,7 @@ jobs: - name: Generate code from proto run: buf generate - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: '22'