Skip to content

chore(deps): bump prettier from 2.8.4 to 3.0.0 #67

chore(deps): bump prettier from 2.8.4 to 3.0.0

chore(deps): bump prettier from 2.8.4 to 3.0.0 #67

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: make lint
- run: make test-ci