Skip to content

Bump @types/node from 22.5.1 to 22.5.4 #115

Bump @types/node from 22.5.1 to 22.5.4

Bump @types/node from 22.5.1 to 22.5.4 #115

Workflow file for this run

name: Docs Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- run: npm i
- run: npm run build