Ver Fonte

chore(cli): remove unused template GH action

Lucas Nogueira há 3 anos atrás
pai
commit
09241f9aca

+ 0 - 4
tooling/cli/templates/plugin/backend/.github/workflows/covector-version-or-publish.yml

@@ -13,10 +13,6 @@ jobs:
       - uses: actions/checkout@v2
         with:
           fetch-depth: 0
-      - uses: actions/setup-node@v2
-        with:
-          node-version: 12
-          registry-url: 'https://registry.npmjs.org'
 
       - name: cargo login
         run: cargo login ${{ secrets.CRATE_TOKEN }}