mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01: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:
|
||||
PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
|
||||
-
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
cache: 'npm'
|
||||
|
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
with:
|
||||
repository: ether/etherpad-lite
|
||||
-
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
cache: 'npm'
|
||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
mkdir -p node_modules
|
||||
ln -s ../../etherpad-lite/src node_modules/ep_etherpad-lite
|
||||
-
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
cache: 'npm'
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
-
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 12
|
||||
registry-url: https://registry.npmjs.org/
|
||||
|
|
Loading…
Reference in a new issue