Skip to content

Bump @types/node from 22.1.0 to 22.8.1 #92

Bump @types/node from 22.1.0 to 22.8.1

Bump @types/node from 22.1.0 to 22.8.1 #92

Workflow file for this run

name: ci
on: [workflow_dispatch, push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20.9.0]
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install Yarn
run: npm install -g yarn
- run: yarn install --frozen-lockfile
- run: yarn add [email protected]
- run: yarn run build
- run: yarn run test