Skip to content

Commit

Permalink
Merge pull request #508 from DestinyItemManager/no-node
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis authored Oct 12, 2023
2 parents e14943c + 5a604c7 commit 911e402
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ jobs:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: yarn
cache-dependency-path: |
d2ai-module/yarn.lock
DIM/yarn.lock
- name: Update DIM with new info from D2AI
id: DIM
working-directory: DIM
Expand Down

0 comments on commit 911e402

Please sign in to comment.