We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb9686 commit 7d55d7eCopy full SHA for 7d55d7e
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
node-version: [ lts/-1, lts/*]
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
- name: Use Node.js ${{ matrix.node-version }}
24
uses: actions/setup-node@v3
25
with:
package.json
@@ -36,7 +36,8 @@
36
"husky": "^8.0.2",
37
"jest": "^29.7.0",
38
"jest-express": "^1.10.1",
39
- "lint-staged": "^9.0.0",
+ "lint-staged": "^15.2.2",
40
+ "listr": "^0.14.3",
41
"npm-run-all": "^4.1.5",
42
"prettier": "^2.2.1",
43
"rimraf": "^3.0.2",
0 commit comments