Skip to content

Merge pull request #81 from rszwajko/aiChallenge #14

Merge pull request #81 from rszwajko/aiChallenge

Merge pull request #81 from rszwajko/aiChallenge #14

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['20.x', '22.x', '24.x']
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile --ignore-scripts
- run: yarn build