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