Skip to content

chore: bump comlink from 4.3.1 to 4.4.1 #1184

chore: bump comlink from 4.3.1 to 4.4.1

chore: bump comlink from 4.3.1 to 4.4.1 #1184

Workflow file for this run

name: CI
on:
push:
branches: [trunk]
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm run test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
- run: npm run terraform init
- run: npm run terraform validate