From 093aecf000d89036064afa30e51d3536b03dcefe Mon Sep 17 00:00:00 2001 From: hkonsti <45428767+hkonsti@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:29:10 +0200 Subject: [PATCH] chore: get npm and node version --- .github/workflows/verify.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index c96c396b..d9549c65 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -52,13 +52,9 @@ jobs: with: node-version: 20 cache: npm - - name: Clear npm cache - run: npm cache clean --force + - run: node --version + - run: npm --version - run: npm ci - - name: Update Vite and TypeScript - run: npm update vite typescript - - name: Debug Vite config - run: npx vite --debug - run: npx lerna run build - run: npm run examples:build # tests: