Skip to content

Commit 172de33

Browse files
committed
Merged nodejs#1015
1 parent d30ebaa commit 172de33

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
node-version: [25.x, 24.x, 23.x, 22.x, 21.x, 20.x, 19.x, 18.x, 17.x, 16.x]
25+
node-version: [25.x, 24.x, 23.x, 22.x, 21.x, 20.x, 19.x, 18.x]
2626
os: [windows-latest]
2727
include:
2828
- node-version: lts/*

nan_callbacks_12_inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,4 +704,4 @@ typedef void (*NativeIndexQuery)
704704
#endif
705705
} // end of namespace imp
706706

707-
#endif // NAN_CALLBACKS_12_INL_H_
707+
#endif // NAN_CALLBACKS_12_INL_H_

nan_implementation_12_inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,4 +443,4 @@ inline v8::Local<T> New(Global<T> const& p) {
443443
return v8::Local<T>::New(v8::Isolate::GetCurrent(), p);
444444
}
445445

446-
#endif // NAN_IMPLEMENTATION_12_INL_H_
446+
#endif // NAN_IMPLEMENTATION_12_INL_H_

0 commit comments

Comments
 (0)