Test npm build action
Some checks failed
Build Site / Build-Site (18.x) (push) Failing after 16s

This commit is contained in:
Thomas Cole 2023-04-13 12:28:32 -04:00
parent 78e980df41
commit 9ee8e25090

View File

@ -4,5 +4,14 @@ on: [push]
jobs:
Build-Site:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- run: echo "Starting build job"
- run: echo "Starting build job"
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm run build