Skip to content

chore(deps): update actions/checkout action to v5 #52

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #52

Workflow file for this run

name: CI
on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run lint
- run: npm run test