Skip to content

Commit

Permalink
Change to Node 12+
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 24, 2022
1 parent 2ff0184 commit 308b7ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["10", "12", "14", "16"]
node: ["12", "14", "16"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# eleventy-cache-assets

_Requires Node 10+_
_Requires Node 12+_

Fetch network resources and cache them so you don’t bombard your API (or other resources). Do this at configurable intervals—not with every build! Once per minute, or once per hour, once per day, or however often you like!

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eleventy-cache-assets.js"
],
"engines": {
"node": ">=10"
"node": ">=12"
},
"funding": {
"type": "opencollective",
Expand Down

0 comments on commit 308b7ab

Please sign in to comment.