Skip to content

build(deps-dev): Bump jsii-release from 0.2.668 to 0.2.699 #189

build(deps-dev): Bump jsii-release from 0.2.668 to 0.2.699

build(deps-dev): Bump jsii-release from 0.2.668 to 0.2.699 #189

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: install
run: npm ci
- name: lint
run: npm run lint
- name: build
run: npm run build
- name: test
run: npm test