Pin CI version of Node 23 to 23.1 as 23.2 has been broken for more than a day.

This commit is contained in:
David Anson 2024-11-13 19:45:55 -08:00
parent f29ca16c38
commit e07c66ae68

View file

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