Skip to content

Skipped layer for more than 100 logs and improved firehose requests t… #46

Skipped layer for more than 100 logs and improved firehose requests t…

Skipped layer for more than 100 logs and improved firehose requests t… #46

Workflow file for this run

name: Build Status
on:
push:
branches: [ '*' ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run build-types
- run: npm test