chore: add comments

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

View File

@ -17,6 +17,7 @@ jobs:
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- name: install node
# to use actions/checkout
run: |
brew install node
node --version