diff --git a/.github/workflows/autograding.yml b/.github/workflows/autograding.yml index b1e0872..a338412 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 cb89446..057da5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Assignment#0 Hello world!", - "version": "1.0.0", + "version": "2.0.0", "description": "Hello world assignment for learners to familiarize themselves with visual studio code, testing, node, and github ", "main": "index.js", "scripts": { @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "devDependencies": { - "jest": "^29.5.0" + "jest": "^29.7.0" } }