Skip to content

Commit

Permalink
npm ci ws and root
Browse files Browse the repository at this point in the history
  • Loading branch information
singularity15 committed Dec 12, 2024
1 parent f24ae36 commit c300856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
echo NPM Version
npm --version
echo
- name: Install NPM packages
- name: Install NPM packages (workspace)
run: npm ci -ws
- name: Install NPM packages (root)
run: npm ci
- name: Build API Types Package
run: |
echo Building...
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.19.0
v18.20.5

0 comments on commit c300856

Please sign in to comment.