Skip to content

Commit 039275b

Browse files
committed
ci: resolve CI issues
1 parent b92d2d8 commit 039275b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: 🧱 Setup pnpm
5656
uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4
5757
with:
58-
standalone: ${{ matrix.node == '16' }}
58+
standalone: true
5959

6060
- name: ⎔ Setup node
6161
uses: actions/setup-node@v6

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"expect-type": "^1.2.1",
5353
"globals": "^17.0.0",
5454
"happy-dom": "^20.0.11",
55-
"jest": "^30.2.0",
56-
"jest-environment-jsdom": "^30.2.0",
55+
"jest": "30.3.x",
56+
"jest-environment-jsdom": "30.3.x",
5757
"jsdom": "^29.0.1",
5858
"prettier": "^3.5.3",
5959
"prettier-plugin-svelte": "^3.3.3",

0 commit comments

Comments
 (0)