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: |