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

This commit is contained in:
Roland Thomas 2023-06-10 17:31:44 -04:00
parent 4bd8723370
commit 4886b4dcbe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Setup node.js - name: Setup node.js
uses: actions/setup-node@v3 run: apk --update add nodejs npm
- run: npm ci - run: npm ci
- run: npm test - run: npm test
- name: Check out repository code - name: Check out repository code