Skip to content

Commit a0d8aed

Browse files
Merge pull request LaunchCodeEducation#3 from LaunchCodeEducation/node-20-updates
updated to node 20 on github action
2 parents f283e19 + 9d98d54 commit a0d8aed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autograding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: '18'
16+
node-version: '20'
1717
cache: 'npm'
1818

1919
- name: Install package dependencies

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Assignment#0 Hello world!",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Hello world assignment for learners to familiarize themselves with visual studio code, testing, node, and github ",
55
"main": "index.js",
66
"scripts": {
@@ -9,6 +9,6 @@
99
"author": "",
1010
"license": "ISC",
1111
"devDependencies": {
12-
"jest": "^29.5.0"
12+
"jest": "^29.7.0"
1313
}
1414
}

0 commit comments

Comments
 (0)