Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason I committed May 3, 2024
1 parent 11cbb70 commit 1c21b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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:=14.21.3}
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
1 change: 1 addition & 0 deletions .github/workflows/update-ic-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: IC Artifacts Update

on:
push:
schedule:
# create a new pull request every monday
- cron: '0 0 * * MON'
Expand Down

0 comments on commit 1c21b97

Please sign in to comment.