From 5a604c7c9d0452b7d6206f813c402ee057eaeeb3 Mon Sep 17 00:00:00 2001 From: Ben Hollis Date: Wed, 11 Oct 2023 22:40:11 -0700 Subject: [PATCH] No need to set up node to push changes --- .github/workflows/push-to-master.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/push-to-master.yml b/.github/workflows/push-to-master.yml index e49cac5b..01a1147b 100644 --- a/.github/workflows/push-to-master.yml +++ b/.github/workflows/push-to-master.yml @@ -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