Skip to content

fix(deps): bump laravel-echo from 1.17.1 to 1.18.0 #1964

fix(deps): bump laravel-echo from 1.17.1 to 1.18.0

fix(deps): bump laravel-echo from 1.17.1 to 1.18.0 #1964

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
linux_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run linters
run: npm run lint
- name: Run tests
run: npm run test
- name: Check bundle size
run: npm run bundlewatch
env:
BUNDLEWATCH_GITHUB_TOKEN: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
- name: Run semantic-release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/git
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}