Skip to content

Commit

Permalink
add node configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 committed Jan 2, 2025
1 parent 072abba commit 5ad5359
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Make sure Node version meets our requirement
- name: Install Node
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
cache-dependency-path: ./package-lock.json

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 5ad5359

Please sign in to comment.