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