Skip to content

Bump docker/build-push-action from 5 to 6 in the github-actions group #568

Bump docker/build-push-action from 5 to 6 in the github-actions group

Bump docker/build-push-action from 5 to 6 in the github-actions group #568

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- run: pipx install ninja
- run: npm ci
- run: npm run build --if-present