Skip to content

Commit

Permalink
Update Node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
chinesedfan committed Nov 21, 2023
1 parent 0e97f72 commit 61583ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,9 @@
},
"cph.language.javascript.SubmissionCompiler": {
"type": "string",
"default": "Node.js 12.16.3",
"default": "Node.js 15.8.0 (64bit)",
"enum": [
"Node.js 12.16.3"
"Node.js 15.8.0 (64bit)"
],
"description": "The compiler chosen in the drop down during Codeforces submission for Node.js"
},
Expand Down

0 comments on commit 61583ab

Please sign in to comment.