Temporary commit to work around "npm error Exit handler never called!" in Node 22.5.0.

This commit is contained in:
David Anson 2024-07-18 09:11:52 +00:00
parent 7eda0894e4
commit 0fe5fddbba
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node-version: [ 18, 20, 22 ]
node-version: [ 18, 20, 22.4.1 ]
steps:
- uses: actions/checkout@v4

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
node-version: [ latest ]
node-version: [ 22.4.1 ]
steps:
- uses: actions/checkout@v4