From 00da36763f01e59abdd96edc974c5a72668ee282 Mon Sep 17 00:00:00 2001 From: Rudy Ges Date: Wed, 4 Oct 2023 15:40:40 +0200 Subject: [PATCH] [ci] stay on node 18.17.1 for windows CI (#11325) --- .github/workflows/main.yml | 8 ++++++++ extra/github-actions/test-windows.yml | 4 ++++ 2 files changed, 12 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e4941e8e0ac..43d414c0dcd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -719,6 +719,10 @@ jobs: - name: Print Neko version run: neko -version 2>&1 + - uses: actions/setup-node@v3 + with: + node-version: 18.17.1 + # - name: Quick test # shell: pwsh # run: | @@ -812,6 +816,10 @@ jobs: - name: Print Neko version run: neko -version 2>&1 + - uses: actions/setup-node@v3 + with: + node-version: 18.17.1 + # - name: Quick test # shell: pwsh # run: | diff --git a/extra/github-actions/test-windows.yml b/extra/github-actions/test-windows.yml index 8eaf81b613c..397f2f9a144 100644 --- a/extra/github-actions/test-windows.yml +++ b/extra/github-actions/test-windows.yml @@ -1,3 +1,7 @@ +- uses: actions/setup-node@v3 + with: + node-version: 18.17.1 + # - name: Quick test # shell: pwsh # run: |