Skip to content

Commit bb41a31

Browse files
committed
fix: Bump dependencies
1 parent 12817f1 commit bb41a31

4 files changed

Lines changed: 205 additions & 297 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: 24
25+
node-version: 26
2626

2727
- run: npm ci
2828

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v6
1818
with:
19-
node-version: 24
19+
node-version: 26
2020

2121
- run: npm ci
2222

0 commit comments

Comments
 (0)