Skip to content

Commit 0006cd5

Browse files
authored
Merge pull request #71 from ether/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 1e7b2d9 + 5425bdb commit 0006cd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/backend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
PLUGIN_NAME: ${{ steps.plugin_name.outputs.plugin_name }}
4545
-
46-
uses: actions/setup-node@v3
46+
uses: actions/setup-node@v4
4747
with:
4848
node-version: 20
4949
cache: 'npm'

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
repository: ether/etherpad-lite
2323
-
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: 20
2727
cache: 'npm'

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mkdir -p node_modules
4141
ln -s ../../etherpad-lite/src node_modules/ep_etherpad-lite
4242
-
43-
uses: actions/setup-node@v3
43+
uses: actions/setup-node@v4
4444
with:
4545
node-version: 20
4646
cache: 'npm'
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
fetch-depth: 0
8585
-
86-
uses: actions/setup-node@v3
86+
uses: actions/setup-node@v4
8787
with:
8888
node-version: 12
8989
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)