Skip to content

Commit c1f33b9

Browse files
Merge pull request #11 from strvcom:feat/improvements
chore: update deps, small tweaks to developer experience
2 parents f947f5a + f4abddd commit c1f33b9

File tree

8 files changed

+2003
-1537
lines changed

8 files changed

+2003
-1537
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '22'
20+
node-version: '24'
2121
cache: npm
2222

2323
- run: make compile

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v4
3131
- uses: actions/setup-node@v4
3232
with:
33-
node-version: '22'
33+
node-version: '24'
3434
cache: npm
3535
- run: make compile
3636
- uses: JS-DevTools/[email protected]

.vscode/launch.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
"program": "${workspaceRoot}/node_modules/.bin/vitest",
1717
"args": [
1818
"--run",
19+
"--testTimeout", "0",
20+
"--hookTimeout", "0",
1921
],
2022
"outputCapture": "std",
2123
"preLaunchTask": "make: compile",
@@ -34,6 +36,8 @@
3436
],
3537
"program": "${workspaceRoot}/node_modules/.bin/vitest",
3638
"args": [
39+
"--testTimeout", "0",
40+
"--hookTimeout", "0",
3741
"run",
3842
"${relativeFile}"
3943
],

0 commit comments

Comments
 (0)