Skip to content

Commit a71cf70

Browse files
author
Jason
authored
chore: update node version (#859)
* chore: update node version * chore: update node version
1 parent e4ab128 commit a71cf70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/provision-darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bash install-brew.sh
1111
rm install-brew.sh
1212

1313
# Install Node.
14-
version=${NODE_VERSION:=14.15.4}
14+
version=${NODE_VERSION:=14.21.3}
1515
curl --location --output node.pkg "https://nodejs.org/dist/v$version/node-v$version.pkg"
1616
sudo installer -pkg node.pkg -store -target /
1717
rm node.pkg

0 commit comments

Comments
 (0)