Skip to content

Commit b5e1408

Browse files
committed
chore: node v26
1 parent 81cbfbc commit b5e1408

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-node@v6
2020
with:
2121
registry-url: "https://registry.npmjs.org"
22-
node-version: "25.x"
22+
node-version: "26.x"
2323

2424
- uses: pnpm/action-setup@v4
2525
with:

.github/workflows/test.yaml

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

99
strategy:
1010
matrix:
11-
node-version: ["20.9", "21.x", "22.x", "24.x"]
11+
node-version: ["20.9", "21.x", "22.x", "24.x", "26.x"]
1212

1313
steps:
1414
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)