From 95c255e499c13c3f7f078f12a3597ad168415cf9 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Sat, 16 May 2020 23:06:36 +0200 Subject: [PATCH] Remove useless steps --- .github/workflows/template_initialization.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/template_initialization.yaml b/.github/workflows/template_initialization.yaml index 38106eb..0927726 100644 --- a/.github/workflows/template_initialization.yaml +++ b/.github/workflows/template_initialization.yaml @@ -46,13 +46,6 @@ jobs: USER_OR_ORG: ${{ github.repository_owner }} DESC: ${{ github.event.repository.description }} REPO_NAME_NO_DASHES: ${{ steps.id2.outputs.replace_resultĀ }} - - uses: actions/setup-node@v1 - - name: Update pre-configured dev dependencies - run: | - npm install --save-dev denoify - npm install --save-dev typescript - npm install --save-dev evt - rm package-lock.json - name: Remove this workflow, it only needs to be run once. run: rm .github/workflows/template_initialization.yaml - name: Commit files