Skip to content

Commit fc5d643

Browse files
authored
chore: add node@12 back to CI, update readme (#733)
1 parent 462128b commit fc5d643

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
node-version: [14.x, 16.x, 18.x, 20.x]
12+
node-version: [12.x, 14.x, 16.x, 18.x, 20.x]
1313

1414
steps:
1515
- uses: actions/checkout@v4

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For the creation of [RFC4122](https://www.ietf.org/rfc/rfc4122.txt) UUIDs
1010
- **Complete** - Support for RFC4122 version 1, 3, 4, and 5 UUIDs
1111
- **Cross-platform** - Support for ...
1212
- CommonJS, [ECMAScript Modules](#ecmascript-modules) and [CDN builds](#cdn-builds)
13-
- Node 12, 14, 16, 18
13+
- NodeJS 12+ ([LTS releases](https://github.com/nodejs/Release))
1414
- Chrome, Safari, Firefox, Edge browsers
1515
- Webpack and rollup.js module bundlers
1616
- [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 12, 14, 16, 18
27+
- NodeJS 12+ ([LTS releases](https://github.com/nodejs/Release))
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)