Skip to content

Bump @types/node from 22.8.2 to 22.8.7 #212

Bump @types/node from 22.8.2 to 22.8.7

Bump @types/node from 22.8.2 to 22.8.7 #212

Workflow file for this run

name: PR Check
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: actions/setup-node@v4.0.3
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build