mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
checkPlugin: Bump actions/setup-node to v3
This commit is contained in:
parent
90d1ae87a7
commit
e3e86dc0aa
3 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
|
PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
|
||||||
-
|
-
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: ether/etherpad-lite
|
repository: ether/etherpad-lite
|
||||||
-
|
-
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
mkdir -p node_modules
|
mkdir -p node_modules
|
||||||
ln -s ../../etherpad-lite/src node_modules/ep_etherpad-lite
|
ln -s ../../etherpad-lite/src node_modules/ep_etherpad-lite
|
||||||
-
|
-
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
registry-url: https://registry.npmjs.org/
|
registry-url: https://registry.npmjs.org/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue