Skip to content

Bump semver from 6.3.0 to 6.3.1 #84

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #84

Workflow file for this run

name: Build
on: [push, workflow_dispatch]
jobs:
Build-and-Test-CDK:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
- run: |
npm ci
npm run build
npm run test