Update build.yml to install node
rtj.dev Build and Deploy / Build-and-Deploy (push) Failing after 5s Details

This commit is contained in:
Roland Thomas 2023-06-10 18:01:53 -04:00
parent f43f8e5ea7
commit e3b2107499
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
- name: Setup node.js
shell: sh
run: |
apk --update add nodejs npm
apk --update add nodejs npm git
- name: Check out repository code
uses: actions/checkout@v3
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."