We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef18dd commit 0a8f8cdCopy full SHA for 0a8f8cd
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
matrix:
19
node:
20
- - lts/erbium
+ - lts/fermium
21
- node
22
windows:
23
name: ${{matrix.node}}
@@ -32,5 +32,5 @@ jobs:
32
33
34
35
36
- - node
+ - lts/gallium
readme.md
@@ -19,7 +19,7 @@ about what unified can do.
## Install
This package is [ESM only](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c):
-Node 12+ is needed to use it and it must be `import`ed instead of `require`d.
+Node 14+ is needed to use it and it must be `import`ed instead of `require`d.
24
[npm][]:
25
0 commit comments