Skip to content

Bump ts-node from 10.9.1 to 10.9.2 in /cdk #673

Bump ts-node from 10.9.1 to 10.9.2 in /cdk

Bump ts-node from 10.9.1 to 10.9.2 in /cdk #673

Workflow file for this run

name: build
on:
workflow_dispatch:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14
uses: actions/setup-node@v3
with:
node-version: 14
- run: npm ci
- run: npm run build --if-present
- run: npm run lint