Skip to content

Commit

Permalink
ci: check node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Jan 31, 2025
1 parent 1683c8c commit 3f6c9df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .codebuild/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ phases:
build:
commands:
- source ./shared-scripts.sh && _buildLinux
- node --version
artifacts:
files:
- 'shared-scripts.sh'
- 'shared-scripts.sh'

0 comments on commit 3f6c9df

Please sign in to comment.