diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 71c6cc89..0a9f8fc4 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,7 +19,7 @@ jobs: node-version: [ lts/-1, lts/*] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/package.json b/package.json index f47b5bf0..49f29be2 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,8 @@ "husky": "^8.0.2", "jest": "^29.7.0", "jest-express": "^1.10.1", - "lint-staged": "^9.0.0", + "lint-staged": "^15.2.2", + "listr": "^0.14.3", "npm-run-all": "^4.1.5", "prettier": "^2.2.1", "rimraf": "^3.0.2",