Skip to content

feat: remove access token #338

feat: remove access token

feat: remove access token #338

Workflow file for this run

name: Sersow API CI
on:
push:
branches: [ "main", "staging", "dev/**" ]
pull_request:
branches: [ "main", "staging"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i