Skip to content

Commit

Permalink
Update testcachewindows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aparnajyothi-y authored Apr 10, 2024
1 parent de0f145 commit f63478a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testcachewindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true

- name: Install dependencies
run: yarn install
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache-dependency-path: "yarn.lock"


0 comments on commit f63478a

Please # to comment.