Skip to content

Commit 5610c0d

Browse files
committed
Release 2.2.0
1 parent f060737 commit 5610c0d

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 14.x
1110
- 18.x
12-
- 19.x
11+
- 20.x
12+
- 21.x
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818
- run: npm run test:prepare && npm install-test

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
faucet-pipeline-images version history
22
======================================
33

4+
v2.2.0
5+
------
6+
7+
_2024-03-20_
8+
9+
Maintenance release to update dependencies; bump minimum supported Node version
10+
to 18 due to end of life.
11+
412
v2.1.0
513
------
614

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "faucet-pipeline-images",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "image optimization for faucet-pipeline",
55
"main": "index.js",
66
"scripts": {
@@ -20,11 +20,11 @@
2020
},
2121
"homepage": "https://www.faucet-pipeline.org",
2222
"engines": {
23-
"node": ">= 14"
23+
"node": ">= 18"
2424
},
2525
"dependencies": {
2626
"faucet-pipeline-core": "^2.0.0",
27-
"sharp": "^0.32.0",
27+
"sharp": "^0.33.2",
2828
"svgo": "^3.0.2"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)