Update dependencies, update github actions to use node 20 and update lint staged to 15 (only major change is that it requries node 18 now to run)

This commit is contained in:
ankittre2000 2023-11-08 16:17:42 -05:00
parent 37043260ce
commit 7820ddcf14
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 16, 18 ]
node: [ 16, 20 ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3

View File

@ -45,7 +45,7 @@
"jasmine": "^5.0.0",
"jasmine-spec-reporter": "^7.0.0",
"jsdoc": "^4.0.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.0.2",
"nyc": "^15.1.0",
"prettier": "3.0.3"
},