Skip to content

Commit

Permalink
Change node version for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed Feb 3, 2024
1 parent 21c0b9e commit fa27d26
Show file tree
Hide file tree
Showing 5 changed files with 2,365 additions and 1,356 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x, 21.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* https://github.com/INTER-Mediator/INTER-Mediator/blob/master/dist-docs/License.txt
*/
IMParts_Catalog['codemirror'] = {
instanciate: function (parentNode) {
instantiate: function (parentNode) {
let newId = parentNode.getAttribute('id') + '-cm'
let newNode = document.createElement('TEXTAREA')
newNode.setAttribute('id', newId)
Expand Down
Loading

0 comments on commit fa27d26

Please sign in to comment.