Skip to content

Commit 1d0e986

Browse files
committed
chore: fix node26 > 25
1 parent 20a66d2 commit 1d0e986

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [22.11.0, 24, 26]
13+
node-version: [22.11.0, 24, 25]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
node-version: [22.11.0, 24, 26]
18+
node-version: [22.11.0, 24, 25]
1919
steps:
2020
- uses: actions/checkout@v4
2121
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)