Skip to content

Commit

Permalink
actually use node 16 to match other build envs
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 committed Jul 16, 2023
1 parent d082263 commit a1d5fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
copy_artifact_path: prebuilds
commands: |
apt-get -y install libxtst-dev libpng++-dev
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
apt-get install -y nodejs
npm ci
npm run prebuild-$BUILD_GROUP
Expand Down

0 comments on commit a1d5fcb

Please sign in to comment.