Skip to content

Commit 6b839c7

Browse files
authored
pin node 25 to 25.6 (#4600)
pending: nodejs/node#61971
1 parent ed7b1b8 commit 6b839c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
strategy:
147147
matrix:
148-
node_version_to_setup: [20, 22, 24, 25]
148+
node_version_to_setup: [20, 22, 24, 25.6]
149149
permissions:
150150
contents: read # for actions/checkout
151151
steps:

0 commit comments

Comments
 (0)