Skip to content

Update dependency @amadeus-it-group/tansu to v1 #157

Update dependency @amadeus-it-group/tansu to v1

Update dependency @amadeus-it-group/tansu to v1 #157

Workflow file for this run

# cf https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set Node.js version
uses: actions/setup-node@v3
with:
node-version: "20.x"
cache: "npm"
- run: npm ci
- run: npm run ci