From c3008561a58c3d02f2710c13df4831d018f0d3b9 Mon Sep 17 00:00:00 2001 From: kevin Date: Thu, 12 Dec 2024 09:59:56 -0500 Subject: [PATCH] npm ci ws and root --- .github/workflows/ci.yml | 4 +++- .nvmrc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d8d373..6e93bdd 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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... diff --git a/.nvmrc b/.nvmrc index eb800ed..93d866f 100755 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.19.0 +v18.20.5