Skip to content

Commit

Permalink
Ref value from the environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
otchet-broad committed Feb 18, 2025
1 parent 2ba9c2d commit c668645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
NODE_VERSION: $(cat Dockerfile | awk 'NR==2 {gsub(":","@",$2); print $2}')
- uses: actions/setup-node@v4
with:
node-version: $NODE_VERSION
node-version: ${{ env.NODE_VERSION }}
- name: install dependencies
run: npm ci
- name: npm lint
Expand Down

0 comments on commit c668645

Please sign in to comment.