Skip to content

Commit

Permalink
Update dependencies, update github actions to use node 20 and update …
Browse files Browse the repository at this point in the history
…lint staged to 15 (only major change is that it requries node 18 now to run)
  • Loading branch information
ankittrehan2000 committed Nov 8, 2023
1 parent 3704326 commit 7820ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 7820ddc

Please sign in to comment.