Skip to content

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 #1063

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0

build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 #1063

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:
- name: Check out code
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: ${{ matrix.node-version }}
- name: run ci
run: |
make ci
working-directory: frontend