Skip to content

Bump @types/node from 17.0.8 to 18.14.0 #1878

Bump @types/node from 17.0.8 to 18.14.0

Bump @types/node from 17.0.8 to 18.14.0 #1878

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
- run: npm ci
- run: npm run build --if-present