From 8316fccd75a5950f9af68323e83538bd53760f54 Mon Sep 17 00:00:00 2001 From: Jonathan Martins Date: Tue, 27 Jul 2021 02:40:05 -0300 Subject: [PATCH] debugging github workflow --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a805312..1dff38d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,9 +25,10 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - # install npm 7 - - name: npm 7 - run: npm i -g npm@7 --registry=https://registry.npmjs.org + # node 15 - npm 7 + - uses: actions/setup-node@v2 + with: + node-version: '15' # install node_modules - name: Install modules