Update build.yml to install node
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 5s
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 5s
This commit is contained in:
@ -9,7 +9,7 @@ jobs:
|
||||
- name: Setup node.js
|
||||
shell: sh
|
||||
run: |
|
||||
apk --update add nodejs npm
|
||||
apk --update add nodejs npm git
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
||||
|
Reference in New Issue
Block a user