Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading