Skip to content

Bump @types/node from 22.10.7 to 22.13.1 (#30) #18

Bump @types/node from 22.10.7 to 22.13.1 (#30)

Bump @types/node from 22.10.7 to 22.13.1 (#30) #18

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: npm
- name: Install latest NPM
run: npm i -g npm@latest
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Generate
run: npm run gen