diff --git a/.github/workflows/tests-and-scans.yml b/.github/workflows/tests-and-scans.yml index b4943d2..283035a 100644 --- a/.github/workflows/tests-and-scans.yml +++ b/.github/workflows/tests-and-scans.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: '20.x' + node-version: '24.x' cache: 'npm' - name: Install Dependencies run: npm ci diff --git a/.nvmrc b/.nvmrc index 3f430af..a45fd52 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18 +24