diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 24201ed63..e6c57f010 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -141,9 +141,10 @@ jobs: target: x86_64-apple-darwin architecture: x64 node: - - '20.18.1' + # - '20.18.1' #Emittery v2 is not compatible with Node.js 20. - '22.22.1' - '24.14.0' + #- '26.0.0' # Node.js 26 is not supported yet runs-on: ${{ matrix.settings.host }} steps: - name: Enable long path support @@ -189,9 +190,10 @@ jobs: settings: - target: x86_64-unknown-linux-gnu node: - - '20.18.1' + # - '20.18.1' #Emittery v2 is not compatible with Node.js 20. - '22.22.1' - '24.14.0' + #- '26.0.0' # Node.js 26 is not supported yet runs-on: ubuntu-latest steps: - uses: actions/checkout@v6.0.2 @@ -237,9 +239,10 @@ jobs: settings: - target: x86_64-unknown-linux-musl node: - - '20.18.1' + # - '20.18.1' #Emittery v2 is not compatible with Node.js 20. - '22.22.1' - '24.14.0' + #- '26.0.0' # Node.js 26 is not supported yet runs-on: ubuntu-latest steps: - uses: actions/checkout@v6.0.2