From f009a31e3e55ebd8aebbf83559b9cb92bf960b2f Mon Sep 17 00:00:00 2001 From: Romain Date: Tue, 28 Nov 2023 23:26:19 +0000 Subject: [PATCH] test: revert Windows tests to Node 18 for now --- .github/workflows/test-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 7a5083a..71c4524 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -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: |