Skip to content

chore(deps): bump @tootallnate/once from 2.0.0 to 2.0.1 #856

chore(deps): bump @tootallnate/once from 2.0.0 to 2.0.1

chore(deps): bump @tootallnate/once from 2.0.0 to 2.0.1 #856

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build:
permissions:
contents: read
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