We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92d2d8 commit 039275bCopy full SHA for 039275b
2 files changed
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: 🧱 Setup pnpm
56
uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6.0.4
57
with:
58
- standalone: ${{ matrix.node == '16' }}
+ standalone: true
59
60
- name: ⎔ Setup node
61
uses: actions/setup-node@v6
package.json
@@ -52,8 +52,8 @@
52
"expect-type": "^1.2.1",
53
"globals": "^17.0.0",
54
"happy-dom": "^20.0.11",
- "jest": "^30.2.0",
- "jest-environment-jsdom": "^30.2.0",
+ "jest": "30.3.x",
+ "jest-environment-jsdom": "30.3.x",
"jsdom": "^29.0.1",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.3.3",
0 commit comments