Skip to content

Commit

Permalink
fix: publish workflow missing foundry (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito authored Jul 19, 2024
1 parent 8f89b49 commit 00b18ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
registry-url: "https://registry.npmjs.org"

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Install Dependencies
run: yarn install

Expand Down

0 comments on commit 00b18ad

Please sign in to comment.