From 1c21b97b2b20bc01cbe9d12af5c718b0e77740c1 Mon Sep 17 00:00:00 2001 From: Jason I Date: Fri, 3 May 2024 08:34:11 -0700 Subject: [PATCH] chore: update node version --- .github/workflows/provision-darwin.sh | 2 +- .github/workflows/update-ic-commit.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/provision-darwin.sh b/.github/workflows/provision-darwin.sh index f9add67be..bb7560c57 100755 --- a/.github/workflows/provision-darwin.sh +++ b/.github/workflows/provision-darwin.sh @@ -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 diff --git a/.github/workflows/update-ic-commit.yml b/.github/workflows/update-ic-commit.yml index bb597539c..047f5615b 100644 --- a/.github/workflows/update-ic-commit.yml +++ b/.github/workflows/update-ic-commit.yml @@ -2,6 +2,7 @@ name: IC Artifacts Update on: + push: schedule: # create a new pull request every monday - cron: '0 0 * * MON'