diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2abf12f..f914d14 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4.2.2 - name: Set up Node - uses: actions/setup-node@v4.2.0 + uses: actions/setup-node@v4.4.0 with: node-version: 20 - name: Build project with NPM