diff --git a/.github/workflows/circular-dependency-check.yml b/.github/workflows/circular-dependency-check.yml index f8e9601c2..a00e4bc32 100644 --- a/.github/workflows/circular-dependency-check.yml +++ b/.github/workflows/circular-dependency-check.yml @@ -19,7 +19,7 @@ jobs: - name: Use Node.js 18 uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 18.17 # Run install dependencies - name: Install dependencies