From 2c9284dce8a67f6cda45bc49763d4d2b8d305cc5 Mon Sep 17 00:00:00 2001 From: Francois Leurent <131.code@leurent.email> Date: Mon, 3 Jun 2024 22:31:54 +0200 Subject: [PATCH] Bump test suite --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 2 +- .npmrc | 3 +++ package.json | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 .npmrc diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2f7b856..1ea5bd4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '8.x' + node-version: '16.x' registry-url: 'https://registry.npmjs.org' - run: npm install - run: npm test diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 084e5d9..45337e1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '8.x' + node-version: '16.x' - run: npm install - run: npm test - name: Coveralls diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..cba1f1b --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +package-lock=false +legacy-bundling=true +save=false diff --git a/package.json b/package.json index 5a0ca73..7822c0e 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "socketwrap": "^0.9.0" }, "devDependencies": { - "eslint-plugin-ivs": "^2.1.0", + "eslint": "^8.57.0", + "eslint-plugin-ivs": "^4.0.1", "expect.js": "^0.3.1", "mocha": "^3.1.2", "nyc": "^13.0.1",