diff --git a/.github/workflows/autograding.yml b/.github/workflows/autograding.yml index 9453551..b6addb7 100644 --- a/.github/workflows/autograding.yml +++ b/.github/workflows/autograding.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' cache: 'npm' - name: Install package dependencies diff --git a/package.json b/package.json index 38d8f6f..2db13d2 100644 --- a/package.json +++ b/package.json @@ -9,11 +9,8 @@ "author": "", "license": "ISC", "devDependencies": { - "@testing-library/jest-dom": "^5.16.5", - "jest": "^29.6.1", - "jest-environment-jsdom": "^29.6.1" - }, - "overrides": { - "semver": "~7.5.2" + "@testing-library/jest-dom": "^5.17.0", + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0" } } \ No newline at end of file