Skip to content

Commit

Permalink
log image node version
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavsinghal87 committed Feb 19, 2024
1 parent 203b716 commit 64dbfc3
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/job-in-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 64dbfc3

Please sign in to comment.