test: revert Windows tests to Node 18 for now

pull/356/head
Romain 6 months ago
parent 0a96d4ae68
commit f009a31e3e

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: '20' node-version: '18'
- run: choco install exiftool graphicsmagick - run: choco install exiftool graphicsmagick
# GraphicsMagick must be manually added to the path # GraphicsMagick must be manually added to the path
- run: | - run: |

Loading…
Cancel
Save