Skip to content

build(deps-dev): bump @types/node from 20.14.10 to 22.10.3 #2635

build(deps-dev): bump @types/node from 20.14.10 to 22.10.3

build(deps-dev): bump @types/node from 20.14.10 to 22.10.3 #2635

Workflow file for this run

name: Build
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: 'npm'
node-version-file: '.nvmrc'
- name: Install dependencies
run: npm ci
- run: npm run build