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