Skip to content

Commit

Permalink
add node to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Jun 14, 2024
1 parent f0f7f4f commit f48215b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ jobs:
with:
toolchain: ${{ env.RUST_VERSION }}

- name: Install Node.js
uses: nifty-oss/actions/install-node-with-pnpm@v1
with:
version: ${{ env.NODE_VERSION }}
cache: ${{ env.CACHE }}
dependencies: true

- name: Cache program dependencies
if: env.CACHE == 'true'
uses: nifty-oss/actions/buildjet-cache-crate@v1
Expand Down

0 comments on commit f48215b

Please sign in to comment.