Skip to content

Commit

Permalink
Update contracts-testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl authored Jun 5, 2024
1 parent b476818 commit df79ba4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/contracts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
egress-policy: audit

- name: Setup Node.js environment
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
uses: actions/setup-node@v4
with:
node-version: 16.x

node-version: 18.x

- name: Set Yarn version to Berry
run: yarn set version 4

- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

- name: Cache node modules
Expand Down

0 comments on commit df79ba4

Please sign in to comment.