Skip to content

Commit 0d9f766

Browse files
committed
chore: drop node 10.x to upgrade dev dependencies
BREAKING CHANGE: This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022. The actual change was already introduced in #643 but the commit was missing the breaking change label.
1 parent 2a612dc commit 0d9f766

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
99
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
1010
- **Cross-platform** - Support for ...
1111
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)
12-
- Node 10, 12, 14, 16
12+
- Node 12, 14, 16, 18
1313
- Chrome, Safari, Firefox, Edge browsers
1414
- Webpack and rollup.js module bundlers
1515
- [React Native / Expo](#react-native--expo)

README_js.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
2424
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
2525
- **Cross-platform** - Support for ...
2626
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)
27-
- Node 10, 12, 14, 16
27+
- Node 12, 14, 16, 18
2828
- Chrome, Safari, Firefox, Edge browsers
2929
- Webpack and rollup.js module bundlers
3030
- [React Native / Expo](#react-native--expo)

0 commit comments

Comments
 (0)