-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated node version to 20 for tests.
- Loading branch information
1 parent
893fa44
commit d5e9143
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,12 +42,14 @@ jobs: | |
- | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 14 | ||
node-version: 20 | ||
cache: 'npm' | ||
cache-dependency-path: | | ||
node_modules/ep_etherpad-lite/package-lock.json | ||
node_modules/ep_etherpad-lite/bin/doc/package-lock.json | ||
package-lock.json | ||
- run: npm install [email protected] -g | ||
name: Install legacy npm for correct dependency resolution | ||
# All of ep_etherpad-lite's devDependencies are installed because the | ||
# plugin might do `require('ep_etherpad-lite/node_modules/${devDep}')`. | ||
# Eventually it would be nice to create an ESLint plugin that prohibits | ||
|