diff --git a/.github/workflows/principal-patch.yml b/.github/workflows/principal-patch.yml index 2a3345de..29097d9c 100644 --- a/.github/workflows/principal-patch.yml +++ b/.github/workflows/principal-patch.yml @@ -14,6 +14,11 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '14' + - name: Instalar DependĂȘncias run: npm ci @@ -22,11 +27,6 @@ jobs: env: NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} - # - name: Set up Node.js - # uses: actions/setup-node@v3 - # with: - # node-version: '14' - # - name: Install Dependencies # run: npm install --no-save