Skip to content

chore(deps): update dependency @cybozu/eslint-config to v23 #4561

chore(deps): update dependency @cybozu/eslint-config to v23

chore(deps): update dependency @cybozu/eslint-config to v23 #4561

Workflow file for this run

name: test
on:
push:
branches:
- main
- "renovate/**"
pull_request:
jobs:
test:
name: Node.js ${{ matrix.os }} ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- name: Install dependencies
run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test:ci
actions-timeline:
needs: [test]
runs-on: ubuntu-latest
if: ${{ !cancelled() }}
steps:
- uses: Kesin11/actions-timeline@b03a6aa289adef5534c84ccb6fbef7c975973574 # v2