Skip to content

Commit

Permalink
⬆️ [Dependency] Minor bumps (#42)
Browse files Browse the repository at this point in the history
* ⬆️ [Dependency] Minor bumps

* 🔧 [Actions] Try using NPM cache again

* 📝 [Changeset] Generate report
  • Loading branch information
beefchimi authored Jan 22, 2022
1 parent ade6193 commit a738fbc
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 240 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-baboons-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'socialitejs': patch
---

Minor dependency bumps.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@beefchimi'

- name: Install Dependencies
run: npm install
- name: Install Dependencies and build (with cache)
uses: bahmutov/npm-install@v1
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
registry-url: 'https://npm.pkg.github.com'
scope: '@beefchimi'

- name: Install Dependencies
run: npm install
- name: Install Dependencies and build (with cache)
uses: bahmutov/npm-install@v1
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading

0 comments on commit a738fbc

Please sign in to comment.