Skip to content

Bump @types/node from 20.14.12 to 22.7.2 #267

Bump @types/node from 20.14.12 to 22.7.2

Bump @types/node from 20.14.12 to 22.7.2 #267

Workflow file for this run

name: Node.js CI Build
on:
push:
branches: ['*']
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 19.x, 20.x]
steps:
- name: Check out code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile