Skip to content

Commit

Permalink
Ensure npm build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed May 1, 2024
1 parent 5fb949d commit 4614b87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autoBuildDev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- name: Ensure npm
run: npm install -g npm@latest
- name: Install dependencies
run: npm install
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/autoTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: latest
- name: Ensure npm
run: npm install -g npm@latest
- name: "Install dependencies"
run: npm install
- name: "Build & Sanity Test"
Expand Down

0 comments on commit 4614b87

Please sign in to comment.