diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5aacca111..d6babe127 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "21" - name: Install Dependencies run: npm ci - name: Lint @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: "18" + node-version: "21" - name: Install Backend Dependencies run: npm ci - name: "Install UI Dependencies"