File tree Expand file tree Collapse file tree 5 files changed +14
-11
lines changed
Expand file tree Collapse file tree 5 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,14 @@ jobs:
4545 -
4646 uses : actions/setup-node@v3
4747 with :
48- node-version : 12
48+ node-version : 20
4949 cache : ' npm'
5050 cache-dependency-path : |
5151 src/package-lock.json
5252 src/bin/doc/package-lock.json
5353 node_modules/${{ steps.plugin_name.outputs.plugin_name }}/package-lock.json
54+ -
run :
npm install [email protected] -g 55+ name : Install legacy npm for correct dependency resolution
5456 -
5557 name : Install plugin dependencies
5658 run : |
Original file line number Diff line number Diff line change @@ -34,11 +34,13 @@ jobs:
3434 -
3535 uses : actions/setup-node@v3
3636 with :
37- node-version : 12
37+ node-version : 20
3838 cache : ' npm'
3939 cache-dependency-path : |
4040 src/package-lock.json
4141 src/bin/doc/package-lock.json
42+ -
run :
npm install [email protected] -g 43+ name : Install legacy npm for correct dependency resolution
4244 -
4345 name : Check out the plugin
4446 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -42,12 +42,14 @@ jobs:
4242 -
4343 uses : actions/setup-node@v3
4444 with :
45- node-version : 12
45+ node-version : 20
4646 cache : ' npm'
4747 cache-dependency-path : |
4848 node_modules/ep_etherpad-lite/package-lock.json
4949 node_modules/ep_etherpad-lite/bin/doc/package-lock.json
5050 package-lock.json
51+ -
run :
npm install [email protected] -g 52+ name : Install legacy npm for correct dependency resolution
5153 # All of ep_etherpad-lite's devDependencies are installed because the
5254 # plugin might do `require('ep_etherpad-lite/node_modules/${devDep}')`.
5355 # Eventually it would be nice to create an ESLint plugin that prohibits
8385 -
8486 uses : actions/setup-node@v3
8587 with :
86- node-version : 12
88+ node-version : 20
8789 registry-url : https://registry.npmjs.org/
8890 cache : ' npm'
91+ -
run :
npm install [email protected] -g 92+ name : Install legacy npm for correct dependency resolution
8993 -
9094 name : Bump version (patch)
9195 run : |
Original file line number Diff line number Diff line change 11node_modules /
22.ep_initialized
3+ .idea
Original file line number Diff line number Diff line change 11{
2- "@metadata" : {
3- "authors" : [
4- " Eduardo Addad de Oliveira" ,
5- " Eduardoaddad"
6- ]
7- },
8- "ep_spellcheck.spellcheck" : " Verificação ortográfica"
2+ "ep_spellcheck.spellcheck" : " Correção Ortográfica"
93}
You can’t perform that action at this time.
0 commit comments