Update build.yml to install node
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 6s
Details
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 6s
Details
This commit is contained in:
parent
4886b4dcbe
commit
94f9e081af
|
@ -7,7 +7,9 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Setup node.js
|
||||
run: apk --update add nodejs npm
|
||||
shell: sh
|
||||
run: |
|
||||
apk --update add nodejs npm
|
||||
- run: npm ci
|
||||
- run: npm test
|
||||
- name: Check out repository code
|
||||
|
|
Loading…
Reference in New Issue