We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a9906 commit 0c114bcCopy full SHA for 0c114bc
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
12
- node: ["16", "18", "20", "22"]
+ node: ["18", "20", "22"]
13
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
14
steps:
15
- uses: actions/checkout@v4
README.md
@@ -12,8 +12,6 @@ Low level internal utilities to be shared amongst Eleventy projects.
- [11ty on npm](https://www.npmjs.com/org/11ty)
- [11ty on GitHub](https://github.com/11ty)
-[](https://www.npmjs.com/package/@11ty/eleventy-utils)
16
-
17
## Installation
18
19
```
0 commit comments