Skip to content

feat: Update GitHub actions. #22

feat: Update GitHub actions.

feat: Update GitHub actions. #22

Workflow file for this run

name: Coverage
on: [push]
jobs:
build:
name: Test Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Use Node 20.x
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Test
run: yarn test:coverage