Skip to content

fix(deps): bump actions/checkout from 3.5.3 to 4.1.0 #1169

fix(deps): bump actions/checkout from 3.5.3 to 4.1.0

fix(deps): bump actions/checkout from 3.5.3 to 4.1.0 #1169

Workflow file for this run

name: ci
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
lint-and-test:
name: Test on node ${{ matrix.node-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4.1.0
with:
fetch-depth: 1
- uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test:cov