Skip to content

chore(deps): update actions/checkout digest to 0ad4b8f #1021

chore(deps): update actions/checkout digest to 0ad4b8f

chore(deps): update actions/checkout digest to 0ad4b8f #1021

Workflow file for this run

name: CI
on:
push:
workflow_call:
jobs:
api:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test:e2e