Skip to content

chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.1 #251

chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.1

chore(deps): bump actions/add-to-project from 0.5.0 to 0.6.1 #251

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v4
- name: setup node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: yarn install
- name: Check versions
run: |
yarn --version
npx node --version
npx ts-node --version
- run: yarn build