Skip to content

Commit

Permalink
add path to node.js dep
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 26, 2024
1 parent 5efc436 commit 73668b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_release:
name: Build then upload release asset
name: Build release
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -80,6 +80,7 @@ jobs:
with:
node-version: "lts/*"
cache: npm
cache-dependency-path: "./packages/integrity-wallet/package-lock.json"

- name: Install dependencies
run: |
Expand Down

0 comments on commit 73668b2

Please sign in to comment.