Skip to content

build(deps): bump docker/setup-qemu-action from 1 to 3 #1035

build(deps): bump docker/setup-qemu-action from 1 to 3

build(deps): bump docker/setup-qemu-action from 1 to 3 #1035

Workflow file for this run

name: Build Frontend
on:
pull_request:
paths:
- 'frontend/**'
- 'Makefile'
- '.github/**'
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: run ci
run: |
make ci
working-directory: frontend