From 64dbfc39b69ae1cc84a885b7a2106b911fd66396 Mon Sep 17 00:00:00 2001 From: Vaibhav Singhal Date: Mon, 19 Feb 2024 19:51:35 +0000 Subject: [PATCH] log image node version --- .github/workflows/job-in-container.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/job-in-container.yml b/.github/workflows/job-in-container.yml index 6a80e99..41d391b 100644 --- a/.github/workflows/job-in-container.yml +++ b/.github/workflows/job-in-container.yml @@ -5,14 +5,12 @@ on: branches: - job-in-container jobs: - check-bats-version: + job-in-container: runs-on: ubuntu-latest container: image: node:16 steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 - with: - node-version: '14' - - run: npm install -g bats - - run: bats -v + - name: Log image node version + - run: | + node -v + cat /etc-osrelease