File tree Expand file tree Collapse file tree 6 files changed +66
-1404
lines changed
Expand file tree Collapse file tree 6 files changed +66
-1404
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-node@v1
1414 with :
15- node-version : 19
15+ node-version : 24
1616 registry-url : https://registry.npmjs.org/
1717 - run : yarn
1818 - run : yarn build
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : actions/setup-node@v1
1212 with :
13- node-version : 16
13+ node-version : 24
1414 registry-url : https://registry.npmjs.org/
1515
1616 - name : Cache node modules
Original file line number Diff line number Diff line change 1+ 24
2+
Original file line number Diff line number Diff line change 1010 "description" : " Embed Tool for Editor.js" ,
1111 "license" : " MIT" ,
1212 "repository" : " https://github.com/editor-js/embed" ,
13+ "packageManager" :
" [email protected] " ,
1314 "files" : [
1415 " dist"
1516 ],
3435 "name" : " CodeX" ,
35363637 },
38+ "engines" : {
39+ "node" : " >=24.0.0"
40+ },
3741 "devDependencies" : {
38- "@babel/core" : " ^7.24.4" ,
39- "@babel/plugin-transform-runtime" : " ^7.23.2" ,
40- "@babel/preset-env" : " ^7.23.2" ,
41- "@babel/register" : " ^7.22.15" ,
4242 "@types/chai" : " ^4.3.16" ,
4343 "@types/debounce" : " ^1.2.4" ,
4444 "@types/mocha" : " ^10.0.6" ,
45- "@types/node" : " ^20.14.2 " ,
45+ "@types/node" : " ^24.0.0 " ,
4646 "chai" : " ^4.2.0" ,
4747 "debounce" : " ^1.2.0" ,
4848 "eslint" : " ^7.25.0" ,
5858 "vite-plugin-dts" : " ^3.9.1"
5959 },
6060 "dependencies" : {
61- "@editorjs/editorjs" : " ^2.29.1 "
61+ "@editorjs/editorjs" : " ^2.31.0 "
6262 }
6363}
You can’t perform that action at this time.
0 commit comments