Skip to content

chore(deps-dev): bump @types/node from 22.10.2 to 22.10.10 #496

chore(deps-dev): bump @types/node from 22.10.2 to 22.10.10

chore(deps-dev): bump @types/node from 22.10.2 to 22.10.10 #496

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: latest
- run: yarn install
- run: yarn run build
- run: yarn run package