Skip to content

Bump vite-plugin-pwa from 0.16.5 to 0.17.2 #1788

Bump vite-plugin-pwa from 0.16.5 to 0.17.2

Bump vite-plugin-pwa from 0.16.5 to 0.17.2 #1788

Workflow file for this run

name: Lint code
concurrency:
group: ${{ github.ref }}-lint-js
cancel-in-progress: true
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
env:
NPM_GITHUB_TOKEN: ${{ secrets.NPM_GITHUB_PAT }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: "npm"
- run: npm ci
- run: npm run lint