fix: install node

This commit is contained in:
Jason Song 2023-04-21 17:03:12 +08:00
parent 7b300374e2
commit d54aa31566
No known key found for this signature in database
GPG Key ID: 8402EEEE4511A8B5
1 changed files with 5 additions and 1 deletions

View File

@ -16,8 +16,12 @@ jobs:
env:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- name: install node
run: |
brew install node
node --version
- uses: actions/checkout@v3
- name: run
- name: test install
run: |
brew tap gitea/gitea "${PWD}"
brew install gitea/gitea/tea