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