From adcf41d2eda9e2baea8420971b5c3a97bd1319ba Mon Sep 17 00:00:00 2001 From: VitoriaGonzalez Date: Thu, 22 Aug 2024 14:09:18 -0300 Subject: [PATCH 1/2] Test Commit --- .github/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 696c6ca..4c45005 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -11,9 +11,9 @@ jobs: - name: Using Node.js uses: actions/setup-node@v2 with: - node-version: 16. + node-version: 22. - name: run install, build and test run: | npm install - npm run build + npm run build npm run test \ No newline at end of file From 990eade9f76ca183d44728116eaf9504a6218fc0 Mon Sep 17 00:00:00 2001 From: VitoriaGonzalez Date: Thu, 22 Aug 2024 15:32:12 -0300 Subject: [PATCH 2/2] branch de test --- .github/workflows/workflow.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 4c45005..73ef6c7 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -2,6 +2,7 @@ name: Continuos Integration on: pull_request + jobs: continuos-integration: runs-on: ubuntu-latest