diff --git a/.github/workflows/create-artifact-linux-arm64.yml b/.github/workflows/create-artifact-linux-arm64.yml index 0baa145e..f8550a3f 100644 --- a/.github/workflows/create-artifact-linux-arm64.yml +++ b/.github/workflows/create-artifact-linux-arm64.yml @@ -15,7 +15,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - name: Install dependencies run: npm i diff --git a/.github/workflows/test-e2e-win.yml b/.github/workflows/test-e2e-win.yml index 81d1cfff..1053edb0 100644 --- a/.github/workflows/test-e2e-win.yml +++ b/.github/workflows/test-e2e-win.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 - name: Install dependencies run: npm i