Skip to content

Commit

Permalink
fix: still allow node 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed May 6, 2022
1 parent d73b0ae commit 394870e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version-matrix: '[14, 16, 18]'
node-version-matrix: '[12, 14, 16, 18]'
lint-check-types: true
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/preset-typescript": "^7.16.7",
"@types/jest": "^27.4.1",
"@types/jest": "^27.5.0",
"chemcalc": "^3.4.1",
"cheminfo-build": "^1.1.11",
"eslint": "^8.14.0",
"eslint-config-cheminfo-typescript": "^10.4.0",
"eslint-plugin-jest": "^26.1.5",
"esm": "^3.2.25",
"jest": "^28.0.3",
"jest": "^28.1.0",
"jest-matcher-deep-close-to": "^3.0.2",
"mf-global": "^1.4.24",
"ml-stat": "^1.3.3",
Expand All @@ -82,7 +82,7 @@
"cheminfo-types": "^1.1.0",
"ml-peak-shape-generator": "^4.1.1",
"ml-savitzky-golay-generalized": "4.0.1",
"ml-spectra-fitting": "4.0.1",
"ml-spectra-processing": "^11.5.0"
"ml-spectra-fitting": "4.0.2",
"ml-spectra-processing": "^11.6.0"
}
}

0 comments on commit 394870e

Please sign in to comment.