Skip to content

dep: bump @types/node from 18.13.0 to 18.16.0 #642

dep: bump @types/node from 18.13.0 to 18.16.0

dep: bump @types/node from 18.13.0 to 18.16.0 #642

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Get the sources
uses: actions/checkout@v3
- name: Restore the dependencies
run: yarn install --frozen-lockfile
- name: Build and Test
run: yarn run all