Skip to content

Commit

Permalink
chore: remove localgorage (#1171)
Browse files Browse the repository at this point in the history
* chore: remove localgorage

* chore: bump node and pnpm on ci
  • Loading branch information
itsjoeoui authored Apr 22, 2024
1 parent 09ee62a commit 8557680
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/electron-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
with:
python-version: "3.11"

- name: Setup Node 18
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false

- name: Get pnpm store directory
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
"http-proxy-middleware": "^2.0.6",
"immer": "^10.0.4",
"ky": "^1.2.3",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lucide-react": "^0.357.0",
"mixpanel-browser": "^2.49.0",
Expand Down Expand Up @@ -172,5 +171,5 @@
],
"all": true
},
"packageManager": "pnpm@9.0.1"
"packageManager": "pnpm@9.0.5"
}
21 changes: 4 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8557680

Please sign in to comment.