Skip to content

Commit

Permalink
Update Node version for darwin to v19.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fspreiss committed Aug 14, 2023
1 parent fcb1edc commit 2d58263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provision-darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bash install-brew.sh
rm install-brew.sh

# Install Node.
version=${NODE_VERSION:=14.15.4}
version=${NODE_VERSION:=19.8.1}
curl --location --output node.pkg "https://nodejs.org/dist/v$version/node-v$version.pkg"
sudo installer -pkg node.pkg -store -target /
rm node.pkg
Expand Down

0 comments on commit 2d58263

Please sign in to comment.