Skip to content

Commit

Permalink
Merge pull request #2 from LaunchCodeEducation/node20
Browse files Browse the repository at this point in the history
Updates for Node 20
  • Loading branch information
gildedgardenia authored Jan 2, 2024
2 parents 60c6e4d + 175a5c7 commit 4e87a7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autograding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 4e87a7b

Please sign in to comment.