Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
KasparPeterson committed Mar 27, 2024
1 parent 11046fa commit 4a561bd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
cache: npm
node-version: 20
cache: 'npm'
cache-dependency-path: contracts/package-lock.json
- name: "Install Dependencies"
id: install
run: cd contracts && npm ci
Expand Down

0 comments on commit 4a561bd

Please sign in to comment.