Skip to content

Commit e34c360

Browse files
Pin Node.js on CI (#1064)
1 parent 3c1e180 commit e34c360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
os: [ubuntu-latest]
55-
node-version: [latest]
55+
node-version: [25.6] # Do not use latest because of https://github.com/nodejs/node/issues/61971
5656
runs-on: ${{ matrix.os }}
5757
steps:
5858
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)