diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 682d858..37028eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: '20' - name: Install and Build diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 105791c..456e442 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,7 +22,7 @@ jobs: else echo "No requirements.txt -- skipping Python audit" fi - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: '20' - name: npm audit