Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 in /helloworld/front/react #285

Bump follow-redirects from 1.15.3 to 1.15.4 in /helloworld/front/react

Bump follow-redirects from 1.15.3 to 1.15.4 in /helloworld/front/react #285

Workflow file for this run

name: Helloworld CI
on:
push:
paths:
- helloworld/**
defaults:
run:
working-directory: ./helloworld/contracts
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: npm ci
- name: Code quality
run: npm run fmt:check
- name: Test
run: npm run test