Skip to content

Update seatsio-types to 2.6.0 #405

Update seatsio-types to 2.6.0

Update seatsio-types to 2.6.0 #405

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn build
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
- run: yarn test