Skip to content

Commit

Permalink
update versions in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Jun 25, 2024
1 parent 39106ea commit 7d0409f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
node-version: "lts/latest"
cache: npm
cache-dependency-path: "./packages/integrity-wallet/package-lock.json"

Expand All @@ -93,7 +93,7 @@ jobs:
# touch docs/.nojekyll
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
# this should match the `pages` option in your adapter-static options
path: "packages/integrity-wallet/docs/"
Expand Down

0 comments on commit 7d0409f

Please sign in to comment.