From eb7d2551005dd357925148e445ccfc6cc3b872c5 Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Fri, 22 Sep 2023 18:44:41 -0700 Subject: [PATCH] Revert all changes till now --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43b3622448..18282eb378 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ on: env: # Variables needed for build information GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PYTHON_VERSION: '3.10.10' - NODE_VERSION: 16.20.0 + PYTHON_VERSION: '3.10' + NODE_VERSION: 16 ROLLING_UPLOAD_TOKEN: ${{ secrets.ROLLING_RELEASE_UPLOAD_TOKEN }} # Below variables allow us to quickly control visual tests for each platform RUN_WINDOWS_VT: false @@ -22,7 +22,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, windows-2019, macos-latest ] + os: [ ubuntu-latest, windows-latest, macos-latest ] fail-fast: false runs-on: ${{ matrix.os }}