From a5add4d8c79cb0a4d1a3dccaec4f9ebf5d0d9941 Mon Sep 17 00:00:00 2001 From: Romain Date: Mon, 27 Nov 2023 22:19:48 +0000 Subject: [PATCH] build: update Windows tests to Node 20 + latest actions --- .github/workflows/test-windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 148e5da..7a5083a 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -8,10 +8,10 @@ jobs: name: Test on Windows runs-on: windows-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: '12' + node-version: '20' - run: choco install exiftool graphicsmagick # GraphicsMagick must be manually added to the path - run: |