diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7a30f37a..db18fb1c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,9 @@ jobs: strategy: matrix: - node-version: [ 16, 18 ] + # Disable Node 18 until https://github.com/lerna/lerna/issues/3259 gets solved + # node-version: [ 16, 18 ] + node-version: [ 16 ] steps: - uses: actions/checkout@v3