Skip to content

Commit d343428

Browse files
committed
updated to node 20 on github action
1 parent f283e19 commit d343428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
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": {

0 commit comments

Comments
 (0)