Skip to content

TASK-10510: Bump version of Node.js to 22.x #2235

TASK-10510: Bump version of Node.js to 22.x

TASK-10510: Bump version of Node.js to 22.x #2235

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the matchbox, icons, and tokens
name: Build
on:
push:
branches:
- main
pull_request:
jobs:
libraries:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present