Update build.yml to install node
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 11m54s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 11m54s
Details
This commit is contained in:
parent
e7f1e9adc0
commit
4bd8723370
|
@ -6,6 +6,10 @@ jobs:
|
||||||
Build-and-Deploy:
|
Build-and-Deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
|
- name: Setup node.js
|
||||||
|
uses: actions/setup-node@v3
|
||||||
|
- run: npm ci
|
||||||
|
- run: npm test
|
||||||
- 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