Skip to content

Commit

Permalink
teste
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrvg committed Jan 26, 2024
1 parent e5ea342 commit 00c7c58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/principal-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 00c7c58

Please sign in to comment.