Skip to content

fix: updated jest and soap packages and removed ts-ocpp dependency #59

fix: updated jest and soap packages and removed ts-ocpp dependency

fix: updated jest and soap packages and removed ts-ocpp dependency #59

Workflow file for this run

name: Build
on: pull_request
jobs:
code:
name: Building code
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: 20
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Build
run: yarn tsc