Update build.yml to install node
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 11m54s
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 11m54s
This commit is contained in:
@ -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."
|
||||||
|
Reference in New Issue
Block a user