Skip to content

build(deps): bump helm/kind-action from 1.8.0 to 1.9.0 #1053

build(deps): bump helm/kind-action from 1.8.0 to 1.9.0

build(deps): bump helm/kind-action from 1.8.0 to 1.9.0 #1053

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: ${{ matrix.node-version }}
- name: run ci
run: |
make ci
working-directory: frontend