diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 39b024bd77dd..37c3089f1d2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -456,7 +456,8 @@ jobs: strategy: fail-fast: false matrix: - node: [14, 16, 18, 20, 22] + #TODO: unpin 22 once Node bug is fixed + node: [14, 16, 18, 20, '22.6.0'] steps: - name: Check out base commit (${{ github.event.pull_request.base.sha }}) uses: actions/checkout@v4