Skip to content

Commit ebea709

Browse files
authored
Merge pull request #50 from aminya/update
fix: update dependencies to the latest + optimize the builds
2 parents 653a570 + f10295f commit ebea709

File tree

14 files changed

+1164
-8783
lines changed

14 files changed

+1164
-8783
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
with:
1919
node-version: 20
2020

21-
- uses: pnpm/action-setup@v3
22-
with:
23-
version: 8
21+
- uses: pnpm/action-setup@v4
2422

2523
- name: Install and Build
2624
run: pnpm i

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
22
.parcel-cache/
3+
buildstamp
4+
*.inject

0 commit comments

Comments
 (0)