Skip to content

npm(deps-dev): bump @types/node from 18.19.18 to 18.19.26 #272

npm(deps-dev): bump @types/node from 18.19.18 to 18.19.26

npm(deps-dev): bump @types/node from 18.19.18 to 18.19.26 #272

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.11'
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn all