Skip to content

Merge pull request #34 from dwyl/dependabot/npm_and_yarn/tailwindcss-… #65

Merge pull request #34 from dwyl/dependabot/npm_and_yarn/tailwindcss-…

Merge pull request #34 from dwyl/dependabot/npm_and_yarn/tailwindcss-… #65

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.x]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}