Skip to content

update indicatif crate: 0.17.6 -> 0.18.3 #79

update indicatif crate: 0.17.6 -> 0.18.3

update indicatif crate: 0.17.6 -> 0.18.3 #79

Workflow file for this run

name: JavaScript chores
on: [push, pull_request, workflow_dispatch]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: node
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run lint