Skip to content

Commit

Permalink
Add yarn lock back for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Oct 27, 2022
1 parent daa5da3 commit 6086769
Show file tree
Hide file tree
Showing 3 changed files with 8,853 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'

- name: Install dependencies
run: yarn install
Expand Down
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,3 @@ testem.log
# System Files
.DS_Store
Thumbs.db

package-lock.json
yarn.lock
Loading

0 comments on commit 6086769

Please sign in to comment.