From a5c1b30e4f897d5d53674d2003001333aa7b9258 Mon Sep 17 00:00:00 2001 From: Dmitri Zagidulin Date: Wed, 2 Aug 2023 20:03:04 -0400 Subject: [PATCH] Update node version, eslint-plugin-n. --- .github/workflows/main.yml | 6 +++--- package.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 06c3297..911561c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [20.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 6dab6b5..65cdb46 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,6 @@ "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", - "dependencies": { - }, "devDependencies": { "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", @@ -36,6 +34,7 @@ "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^24.0.0", "eslint-plugin-import": "^2.26.0", + "eslint-plugin-n": "^15.7.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1",