Skip to content

chore(deps): lock file maintenance #186

chore(deps): lock file maintenance

chore(deps): lock file maintenance #186

Workflow file for this run

name: Workflow
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install
- run: yarn run build
- run: yarn test
env:
CI: true
BASE_URL: https://api.tripletex.io/
CONSUMER_TOKEN: ${{ secrets.CONSUMER_TOKEN }}
EMPLOYEE_TOKEN: ${{ secrets.EMPLOYEE_TOKEN }}
- uses: codecov/codecov-action@v3