test: revert Windows tests to Node 18 for now

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

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

Loading…
Cancel
Save