Skip to content

chore(deps-dev): bump prettier from 2.8.8 to 3.1.0 #376

chore(deps-dev): bump prettier from 2.8.8 to 3.1.0

chore(deps-dev): bump prettier from 2.8.8 to 3.1.0 #376

Workflow file for this run

name: linux-ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: linux-node-v${{ matrix.node-version }}
strategy:
fail-fast: false
matrix:
node-version: [12, 14, 15, 16]
steps:
- name: checkout
uses: actions/checkout@v2
- name: use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: install dependencies
run: npm install
- name: run build script
run: npm run coverage
- name: publish code coverage results
uses: codecov/codecov-action@v2
if: matrix.node-version == 16
with:
files: .coverage/unit/cobertura-coverage.xml