We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3704326 + 7820ddc commit a5559a5Copy full SHA for a5559a5
2 files changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: [ 16, 18 ]
+ node: [ 16, 20 ]
13
name: Node ${{ matrix.node }}
14
steps:
15
- uses: actions/checkout@v3
package.json
@@ -45,7 +45,7 @@
45
"jasmine": "^5.0.0",
46
"jasmine-spec-reporter": "^7.0.0",
47
"jsdoc": "^4.0.0",
48
- "lint-staged": "^14.0.1",
+ "lint-staged": "^15.0.2",
49
"nyc": "^15.1.0",
50
"prettier": "3.0.3"
51
},
0 commit comments