Skip to content

Bump @types/node from 17.0.23 to 20.11.16 #234

Bump @types/node from 17.0.23 to 20.11.16

Bump @types/node from 17.0.23 to 20.11.16 #234

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
check-dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install dependencies
run: npm install
- name: Rebuild the dist/ directory
run: |
npm run build
npm run package