Skip to content

Commit 8667436

Browse files
committed
Downgrade to Node 20 to align with internal repos
1 parent e076da6 commit 8667436

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.nvmrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
22.16.0
2-
1+
20.10.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sector-labs/chartist-trends",
33
"title": "Trends with Chartist.js",
44
"description": "Simple, responsive trends",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": "Sector Labs <open-source@sectorlabs.ro> / Gion Kunz",
77
"homepage": "https://github.com/SectorLabs/chartist-trends",
88
"repository": {
@@ -77,7 +77,7 @@
7777
"js-yaml": "4.1.1"
7878
},
7979
"engines": {
80-
"node": ">=22.0.0"
80+
"node": ">=20.0.0"
8181
},
8282
"scripts": {
8383
"start": "./node_modules/.bin/grunt",

0 commit comments

Comments
 (0)