Skip to content

Commit

Permalink
fix: Temp fix for node 14 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfopietro97 committed Jul 18, 2023
1 parent edf6442 commit 320bf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'npm'

- name: Install Dependencies
run: npm ci
run: npm install && npm ci

- name: Build project
run: npm run build
Expand Down

0 comments on commit 320bf80

Please sign in to comment.