Skip to content

Commit 021c97b

Browse files
committed
deps: bump piscina + raise engine requirements >= 20.x
Signed-off-by: Tuan Anh Tran <me@tuananh.org>
1 parent 7150433 commit 021c97b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "index.js",
88
"typings": "index.d.ts",
99
"engines": {
10-
"node": ">= 16.0.0"
10+
"node": ">= 20.x"
1111
},
1212
"scripts": {
1313
"test": "tape test/*.test.js",
@@ -70,6 +70,6 @@
7070
"xml2js": "^0.6.0"
7171
},
7272
"dependencies": {
73-
"piscina": "^3.2.0"
73+
"piscina": "^5.2.0"
7474
}
7575
}

0 commit comments

Comments
 (0)