Skip to content

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #309

build(deps): bump actions/checkout from 4.1.6 to 4.1.7

build(deps): bump actions/checkout from 4.1.6 to 4.1.7 #309

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- "18"
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn run lint
- run: yarn build
- run: yarn test