Skip to content

Commit 331bbc6

Browse files
committed
fix: update dependencies and Node.js requirements
- Update outdated dependencies: dotenv, is-installed-globally, json-colorizer - Update Node.js requirement from >=12.0.0 to >=18.0.0 - Update npm requirement from >=6.9.0 to >=8.0.0 - Remove Node.js 16.x from CI testing matrix (EOL)
1 parent b5f0bac commit 331bbc6

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/nexss.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os:
1515
[windows-latest, windows-2019, ubuntu-latest, macos-latest, macos-12]
16-
node-version: ["16.x", "18.x", "20.x", "22.x", "23.x"]
16+
node-version: ["18.x", "20.x", "22.x", "23.x"]
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
@@ -51,4 +51,4 @@ jobs:
5151
# nexss Nexss/Test/Sequences --seq=mytestdata --debug
5252
# - run: Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH
5353

54-
- run: yarn test
54+
- run: yarn test

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"nexss:build": "npx @nexssp/min@1.0.6"
2626
},
2727
"engines": {
28-
"npm": ">=6.9.0",
29-
"node": ">=12.0.0"
28+
"npm": ">=8.0.0",
29+
"node": ">=18.0.0"
3030
},
3131
"repository": {
3232
"type": "git",
@@ -71,11 +71,11 @@
7171
"@nexssp/stack": "^1.0.9",
7272
"@nexssp/system": "^1.1.10",
7373
"axios": "^1.8.4",
74-
"dotenv": "^16.4.7",
74+
"dotenv": "^16.5.0",
7575
"fast-glob": "^3.3.3",
7676
"fuzzy": "^0.1.3",
77-
"is-installed-globally": "^0.4.0",
78-
"json-colorizer": "^2.2.2",
77+
"is-installed-globally": "^1.0.0",
78+
"json-colorizer": "^3.0.1",
7979
"json-diff": "^1.0.6",
8080
"minimist": "^1.2.8",
8181
"string-argv": "^0.3.2",
@@ -100,4 +100,4 @@
100100
"@nexssp/test": "^1.1.16",
101101
"prettier": "^3.5.3"
102102
}
103-
}
103+
}

0 commit comments

Comments
 (0)