Skip to content

Commit 394870e

Browse files
committed
fix: still allow node 12 compatibility
1 parent d73b0ae commit 394870e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/nodejs-ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
1212
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
1313
with:
14-
node-version-matrix: '[14, 16, 18]'
14+
node-version-matrix: '[12, 14, 16, 18]'
1515
lint-check-types: true

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
"devDependencies": {
6161
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
6262
"@babel/preset-typescript": "^7.16.7",
63-
"@types/jest": "^27.4.1",
63+
"@types/jest": "^27.5.0",
6464
"chemcalc": "^3.4.1",
6565
"cheminfo-build": "^1.1.11",
6666
"eslint": "^8.14.0",
6767
"eslint-config-cheminfo-typescript": "^10.4.0",
6868
"eslint-plugin-jest": "^26.1.5",
6969
"esm": "^3.2.25",
70-
"jest": "^28.0.3",
70+
"jest": "^28.1.0",
7171
"jest-matcher-deep-close-to": "^3.0.2",
7272
"mf-global": "^1.4.24",
7373
"ml-stat": "^1.3.3",
@@ -82,7 +82,7 @@
8282
"cheminfo-types": "^1.1.0",
8383
"ml-peak-shape-generator": "^4.1.1",
8484
"ml-savitzky-golay-generalized": "4.0.1",
85-
"ml-spectra-fitting": "4.0.1",
86-
"ml-spectra-processing": "^11.5.0"
85+
"ml-spectra-fitting": "4.0.2",
86+
"ml-spectra-processing": "^11.6.0"
8787
}
8888
}

0 commit comments

Comments
 (0)