Try again

This commit is contained in:
David Edmondson
2021-09-06 13:24:33 -07:00
parent 6d8b52c0d6
commit 5873b5fe19
3 changed files with 20 additions and 26 deletions

View File

@@ -25,7 +25,15 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Install Dependencies
# - name: Cache NPM dependencies
# uses: actions/cache@v1
# with:
# path: ~/.npm
# key: ${{ runner.OS }}-npm-cache-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.OS }}-npm-cache-
- name: Install NPM dependencies
run: npm ci
- name: Build