Skip to content

Bump vite from 5.4.0 to 5.4.6 in /hello-world/front/vanilla-js #307

Bump vite from 5.4.0 to 5.4.6 in /hello-world/front/vanilla-js

Bump vite from 5.4.0 to 5.4.6 in /hello-world/front/vanilla-js #307

Workflow file for this run

name: Helloworld CI
on:
push:
paths:
- hello-world/**
defaults:
run:
working-directory: ./hello-world/smart-contract
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