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)": [