From 25c68550708975c5f42391ff30ad78acc9772cd9 Mon Sep 17 00:00:00 2001 From: ankittre2000 Date: Wed, 8 Nov 2023 16:23:07 -0500 Subject: [PATCH] Update dependencies, update github actions to use node 20 and update lint staged to 15 (only major change is that it requries node 18 now to run) --- .github/workflows/build.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2353536..919e03df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/package.json b/package.json index 50a1a471..0c04335f 100644 --- a/package.json +++ b/package.json @@ -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)": [