Skip to content

Commit

Permalink
instal npm workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusAlvesPereira committed Dec 3, 2024
1 parent fd90353 commit 3e49de1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,7 @@ jobs:
- name: Setup Node enviroment
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: ${{ matrix.node-version }}

- name: Install Npm
run: npm install

0 comments on commit 3e49de1

Please sign in to comment.