diff --git a/.github/workflows/autograding.yml b/.github/workflows/autograding.yml index bf151d7..50e0f10 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 baaae09..106ab91 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,6 @@ "readline-sync": "^1.4.10" }, "devDependencies": { - "jest": "^29.5.0" - }, - "overrides": { - "semver": "~7.5.2" + "jest": "^29.7.0" } }