Skip to content

fix: set the test env differently #517

fix: set the test env differently

fix: set the test env differently #517

name: example-shrinkwrap
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: bahmutov/npm-install@HEAD
with:
working-directory: examples/shrinkwrap
- run: npm t
working-directory: examples/shrinkwrap