checkPlugin: Bump actions/setup-node to v3

This commit is contained in:
Richard Hansen 2022-02-26 02:18:40 -05:00
parent 90d1ae87a7
commit e3e86dc0aa
3 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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/