Skip to content

Commit

Permalink
deps: Q4 dependency bumps 🌲
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 19, 2024
1 parent 1ee2326 commit 74cf6af
Show file tree
Hide file tree
Showing 8 changed files with 2,861 additions and 3,417 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:

steps:
- name: ⬇️ Set up code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 💾 Cache firebase emulators
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/.cache/firebase/emulators
key: ${{ runner.os }}-firebase-emulators

- name: ⎔ Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
Expand Down
1 change: 0 additions & 1 deletion .storybook/preview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const preview = {
),
],
parameters: {
actions: { argTypesRegex: '^on[A-Z].*' },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
Loading

0 comments on commit 74cf6af

Please sign in to comment.