Skip to content

Build(deps-dev): Bump the dependencies group with 12 updates #866

Build(deps-dev): Bump the dependencies group with 12 updates

Build(deps-dev): Bump the dependencies group with 12 updates #866

Workflow file for this run

name: TypeScript - Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
- name: Build with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn build
env:
CI: true