Skip to content

Commit

Permalink
package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-reiff committed Apr 18, 2024
1 parent 2c35332 commit 85c770f
Show file tree
Hide file tree
Showing 3 changed files with 39,803 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,21 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Cache dependencies
id: cache
uses: actions/cache@v3
with:
path: ./node_modules
key: modules-${{ hashFiles('package-lock.json') }}
- name: npm install
if: steps.cache.outputs.cache-hit != 'true'
run: |
make clean-npm
- name: npm test
run: |
npm test
- name: npm build
run: npm run build
# - name: Setup Pages
# uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading

0 comments on commit 85c770f

Please sign in to comment.