Skip to content

Commit

Permalink
Update development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marion-sgr authored Jun 12, 2024
1 parent d91add7 commit 345e83a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
node_modules
*/*/node_modules
- name: Debug node_modules
run: ls node_modules

- name: "🔧 install npm@latest"
run: npm i -g npm@latest

Expand All @@ -56,6 +59,9 @@ jobs:
node_modules
*/*/node_modules
- name: Debug node_modules
run: ls node_modules

- name: "🔧 setup node"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 345e83a

Please sign in to comment.