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

This commit is contained in:
Roland Thomas 2023-06-10 17:17:16 -04:00
parent e7f1e9adc0
commit 4bd8723370
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ jobs:
Build-and-Deploy: Build-and-Deploy:
runs-on: docker runs-on: docker
steps: steps:
- name: Setup node.js
uses: actions/setup-node@v3
- 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."