Skip to content

Commit

Permalink
Update Node version for darwin to latest v14 to match the one for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fspreiss committed Aug 12, 2023
1 parent 73b082a commit 5567f98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/motoko-vetkd-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Provision Darwin
env:
DFX_VERSION: 0.14.2
NODE_VERSION: 14.21.3
run: bash .github/workflows/provision-darwin.sh
- name: Motoko vetKD Darwin
run: |
Expand Down
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=14.15.4
version=${NODE_VERSION:=14.15.4}
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 5567f98

Please sign in to comment.