Skip to content

Commit

Permalink
Point to yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Nov 1, 2023
1 parent b04a7ed commit bfae2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
# Install Node, Go and Rust, along with libolm and gotestfmt
- name: Setup | Node.js 18.x
uses: actions/setup-node@v3
working-directory: js-sdk
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: "js-sdk/yarn.lock"
- name: Setup | Go
uses: actions/setup-go@v4
- name: Setup | Rust stable
Expand Down

0 comments on commit bfae2e3

Please sign in to comment.