Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas committed Oct 27, 2024
1 parent 056f755 commit 4123a39
Show file tree
Hide file tree
Showing 3 changed files with 2,120 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm # or pnpm / yarn
cache: true
cache-dependency-path: '**/package-lock.json'

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
build
composer.lock
package-lock.json
vendor
coverage
node_modules
Expand Down
Loading

0 comments on commit 4123a39

Please sign in to comment.