Skip to content

Commit

Permalink
Pin NODE_VERSION to 16.20.0 as confirmed to work locally
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 23, 2023
1 parent a82b4d0 commit 2f77b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# Variables needed for build information
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_VERSION: '3.10'
NODE_VERSION: 16
NODE_VERSION: 16.20.0
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 2f77b5f

Please sign in to comment.