Skip to content

[Snyk] Upgrade typescript from 4.6.3 to 4.9.5 #17

[Snyk] Upgrade typescript from 4.6.3 to 4.9.5

[Snyk] Upgrade typescript from 4.6.3 to 4.9.5 #17

Workflow file for this run

name: tests-orders
on:
pull_request:
paths:
- 'orders/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd orders && npm install && npm run test:ci