Skip to content

build(deps-dev): bump @types/node from 22.10.2 to 22.10.3 #249

build(deps-dev): bump @types/node from 22.10.2 to 22.10.3

build(deps-dev): bump @types/node from 22.10.2 to 22.10.3 #249

Workflow file for this run

name: Build & Test
on:
push:
pull_request:
jobs:
build-and-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: install
uses: borales/actions-yarn@v5
with:
cmd: install --frozen-lockfile
- run: yarn build