Skip to content

Commit 590847e

Browse files
pls work
1 parent 5d553f9 commit 590847e

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12+
permissions:
13+
contents: write
1214
name: Release
1315
runs-on: ubuntu-latest
1416
steps:
@@ -19,7 +21,7 @@ jobs:
1921

2022
- uses: actions/setup-node@v4
2123
with:
22-
node-version: 24.x
24+
node-version: 22.x
2325
cache: 'pnpm'
2426

2527
- name: Install Dependencies

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"eslint-config-prettier": "catalog:",
3434
"eslint-plugin-svelte": "catalog:",
3535
"globals": "catalog:",
36+
"playwright": "catalog:",
3637
"prettier": "catalog:",
3738
"prettier-plugin-svelte": "catalog:",
3839
"typescript-eslint": "catalog:"

packages/svehast/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@
5959
"@vitest/browser": "catalog:",
6060
"config": "workspace:*",
6161
"hastscript": "catalog:",
62-
"playwright": "catalog:",
6362
"publint": "catalog:",
6463
"svelte": "catalog:",
6564
"svelte-check": "catalog:",

packages/sveltedown/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@
7777
"@types/node": "catalog:",
7878
"@vitest/browser": "catalog:",
7979
"config": "workspace:*",
80-
"playwright": "catalog:",
8180
"publint": "catalog:",
8281
"rehype-raw": "catalog:",
8382
"remark-gfm": "catalog:",

pnpm-lock.yaml

Lines changed: 3 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)