Skip to content

Commit

Permalink
Pin PYTHON_VERSION to 3.10.10; Revert Node pin
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 23, 2023
1 parent 2f77b5f commit daefec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
env:
# Variables needed for build information
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_VERSION: '3.10'
NODE_VERSION: 16.20.0
PYTHON_VERSION: '3.10.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
Expand Down

0 comments on commit daefec5

Please sign in to comment.