Skip to content

Commit

Permalink
debugging github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpmartins committed Jul 27, 2021
1 parent eb3ab7e commit 8316fcc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8316fcc

Please sign in to comment.