Skip to content

Commit

Permalink
Fixing dependencies pt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Hallett committed Apr 5, 2024
1 parent eb0dbfe commit d04c6c4
Show file tree
Hide file tree
Showing 5 changed files with 13,570 additions and 34,392 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browser": true,
"es2021": true
},
"extends": "standard-with-typescript",
"extends": "love",
"overrides": [
{
"files": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"
- name: Install dependencies
run: yarn
- name: Build Storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "16.x"
node-version: "18.x"
- name: Install dependencies
run: yarn
- name: Install Playwright
Expand Down
Loading

0 comments on commit d04c6c4

Please sign in to comment.