Skip to content

Commit 28295c5

Browse files
Gabriele FazioGabriMcNab
Gabriele Fazio
authored andcommitted
chore: use fixed node version v16 requirement
1 parent 8dd8d96 commit 28295c5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v16

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
},
1313
"author": "Musement",
1414
"contributors": [
15-
"Przemysław Fałowski <przemyslaw.falowski@musement.com>",
16-
"Marco Ziliani <marco.ziliani@musement.com>"
15+
"Przemysław Fałowski",
16+
"Marco Ziliani <marco.ziliani@musement.com>",
17+
"Gabriele Fazio <gabriele.fazio@musement.com>"
1718
],
1819
"main": "lib/index.js",
1920
"repository": {
@@ -51,7 +52,8 @@
5152
}
5253
},
5354
"engines": {
54-
"node": ">=0.10.0"
55+
"npm": ">=7.0.0",
56+
"node": ">=16.0.0"
5557
},
5658
"license": "ISC"
5759
}

0 commit comments

Comments
 (0)