Skip to content

Commit

Permalink
add node evn var
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Uchkunev committed Feb 7, 2025
1 parent 71193a5 commit dfa332b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Dependency Check

on: [push, pull_request]

env:
NODE_VERSION: 18

jobs:
check-unused-dependencies:
runs-on: ubuntu-latest
Expand All @@ -13,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}
check-latest: true

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit dfa332b

Please sign in to comment.