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