Skip to content

Commit

Permalink
Try to decipher whether things got updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed May 31, 2024
1 parent ed2fc63 commit 138a439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: spookydb-generated-files
path: app/data

# https://github.com/actions/setup-node/tree/main
- name: Use Node.js 20.x
Expand All @@ -52,6 +53,7 @@ jobs:

- name: Install
run: |
ls -R
git diff
npm install
npm install bower
Expand Down

0 comments on commit 138a439

Please sign in to comment.