Skip to content

Bump @ducanh2912/next-pwa from 9.7.2 to 10.2.5 #64

Bump @ducanh2912/next-pwa from 9.7.2 to 10.2.5

Bump @ducanh2912/next-pwa from 9.7.2 to 10.2.5 #64

Workflow file for this run

on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- run: npm install
- run: npm run check
- run: npm run lint