Skip to content

Commit

Permalink
Merge pull request #648 from CesiumGS/update-dependeny
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mramato committed Nov 9, 2023
2 parents fe2b2c1 + 25c6855 commit 79024c6
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"jsdoc": "^4.0.0",
"nyc": "^15.1.0",
"prettier": "3.0.3",
"lint-staged": "^14.0.1"
"lint-staged": "^15.0.2"
},
"lint-staged": {
"*.(js|ts)": [
Expand Down

0 comments on commit 79024c6

Please sign in to comment.