From 23f56d5b44ce93b12463be13d61b4ae0b215f7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=ADaz=20Mart=C3=ADnez?= Date: Wed, 1 May 2024 16:13:26 +0100 Subject: [PATCH] chore Show node version in pipeline --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50ef262..2d713cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v1 - name: Run tests run: | + node -v npm install npm run bootstrap npm test