diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c70d5d39..e92ce166 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [16] + node: [22] steps: - name: Checkout latest code @@ -26,7 +26,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Setup node env 📦 - uses: actions/setup-node@v2.1.5 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} registry-url: https://registry.npmjs.org @@ -39,7 +39,7 @@ jobs: run: echo "::set-output name=dir::$(npm config get cache)" - name: Restore cached node_modules 🤷‍♂️ - uses: actions/cache@v2.1.6 + uses: actions/cache@v4 with: path: ${{ steps.npm-cache.outputs.dir }} key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -47,17 +47,3 @@ jobs: - name: Install dependencies 🚀 run: npm ci --prefer-offline --no-audit --no-optional - - - name: Run linter(s) 👀 - uses: wearerequired/lint-action@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - continue_on_error: true - git_name: github-actions[bot] - git_email: github-actions[bot]@users.noreply.github.com - auto_fix: false - eslint: true - eslint_extensions: js,ts,vue - prettier: true - prettier_extensions: js,ts,vue - neutral_check_on_warning: true diff --git a/package.json b/package.json index db7958cf..d8965a20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-mapbox", - "version": "1.7.7", + "version": "1.8.0", "private": false, "sideEffects": [ "*.css" @@ -39,7 +39,7 @@ "map-promisified": "^0.4.0" }, "peerDependencies": { - "mapbox-gl": ">= 1.13.1 < 3", + "mapbox-gl": ">= 1.13.1 < 4", "vue": "^2.6.14" }, "devDependencies": {