Skip to content

fix(deps): update dependency hasha to v6 #585

fix(deps): update dependency hasha to v6

fix(deps): update dependency hasha to v6 #585

Workflow file for this run

name: example-basic
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
# during development we use the latest version of this action
# in the real world, the user should use
# - uses: bahmutov/npm-install@v1
- uses: bahmutov/npm-install@HEAD
with:
working-directory: examples/basic
- run: npm t
working-directory: examples/basic