Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Jul 19, 2024
1 parent fab7362 commit e6718d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/publish_to_ipfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,15 @@ jobs:
chmod +x .github/get_all_project_files.sh
echo "::set-output name=files::$(.github/get_all_project_files.sh)"
- name: 🔄 Install dependencies
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "yarn"

- name: 🔄 Install dependencies
run: yarn install

- name: 🧬 Types generation
run: yarn codegen

Expand All @@ -55,12 +58,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: 🔄 Install dependencies
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "yarn"

- name: 🔄 Install dependencies
run: yarn install

- uses: actions/download-artifact@v4
with:
name: build
Expand Down

0 comments on commit e6718d6

Please sign in to comment.