Update build.yml to install node
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s
Some checks failed
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 34s
This commit is contained in:
@ -10,12 +10,11 @@ jobs:
|
|||||||
shell: sh
|
shell: sh
|
||||||
run: |
|
run: |
|
||||||
apk --update add nodejs npm
|
apk --update add nodejs npm
|
||||||
- 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."
|
||||||
- name: Pass login information
|
- name: Pass login information
|
||||||
|
shell: sh
|
||||||
env:
|
env:
|
||||||
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
DOCKER_AUTH_CONFIG: ${{ secrets.DOCKER_AUTH_CONFIG }}
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user