Skip to content

build(deps-dev): bump prettier from 2.8.8 to 3.0.3 #24

build(deps-dev): bump prettier from 2.8.8 to 3.0.3

build(deps-dev): bump prettier from 2.8.8 to 3.0.3 #24

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
registry-url: 'https://registry.npmjs.org'
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm install
- run: npm run lint
- run: npm run build