Skip to content

fix(deps): update dependency @actions/cache to v3.3.0 #622

fix(deps): update dependency @actions/cache to v3.3.0

fix(deps): update dependency @actions/cache to v3.3.0 #622

Workflow file for this run

name: example-yarn
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/yarn
- run: npm t
working-directory: examples/yarn