Skip to content

Bump browser-sync from 2.29.3 to 3.0.2 #7

Bump browser-sync from 2.29.3 to 3.0.2

Bump browser-sync from 2.29.3 to 3.0.2 #7

Workflow file for this run

name: VALIDATE
on:
pull_request:
branches: ["master"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pr"
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: install
run: npm ci
- name: build
run: npm run build