Skip to content

Commit a5559a5

Browse files
authored
Merge pull request #299 from CesiumGS/dependency-update
Update dependencies
2 parents 3704326 + 7820ddc commit a5559a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [ 16, 18 ]
12+
node: [ 16, 20 ]
1313
name: Node ${{ matrix.node }}
1414
steps:
1515
- uses: actions/checkout@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"jasmine": "^5.0.0",
4646
"jasmine-spec-reporter": "^7.0.0",
4747
"jsdoc": "^4.0.0",
48-
"lint-staged": "^14.0.1",
48+
"lint-staged": "^15.0.2",
4949
"nyc": "^15.1.0",
5050
"prettier": "3.0.3"
5151
},

0 commit comments

Comments
 (0)