From 6a71e0be8f09964c9cfe25e21b288f1cff2894cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Wed, 9 Jun 2021 12:34:50 +0200 Subject: [PATCH] chore: update dependencies --- .github/workflows/CI.yml | 16 ++++++++++------ package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 488c587d..bafbba45 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v2 with: - node-version: 14 + node-version: 16 - name: Install Packages run: npm install - name: Lint @@ -29,16 +29,19 @@ jobs: matrix: os: [ubuntu-latest] eslint: [7] - node: [14] + node: [16] include: # On other platforms - eslint: 7 - node: 14 + node: 16 os: windows-latest - eslint: 7 - node: 14 + node: 16 os: macos-latest # On old Node.js versions + - eslint: 7 + node: 14 + os: ubuntu-latest - eslint: 7 node: 12 os: ubuntu-latest @@ -47,15 +50,16 @@ jobs: os: ubuntu-latest # On old ESLint versions - eslint: 6 - node: 14 + node: 16 os: ubuntu-latest - eslint: 5 - node: 14 + node: 16 os: ubuntu-latest # On the minimum supported ESLint/Node.js version - eslint: 5.16.0 node: 10.0.0 os: ubuntu-latest + runs-on: ${{ matrix.os }} steps: - name: Checkout diff --git a/package.json b/package.json index 85c23126..e8652741 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "devDependencies": { "@mysticatea/eslint-plugin": "^13.0.0", "codecov": "^3.3.0", - "eslint": "^7.26.0", + "eslint": "^7.32.0", "eslint-plugin-node": "file:.", "fast-glob": "^2.2.6", "globals": "^11.12.0",