Skip to content

Commit efa7ef5

Browse files
Merge pull request #196 from entando/ENG-5564
ENG-5564 entando-bundle-cli must use the user nodejs
2 parents 3a0d1e2 + ea02be7 commit efa7ef5

File tree

5 files changed

+1166
-214
lines changed

5 files changed

+1166
-214
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
#~ NPM CACHE
7878
- name: 'Cache NPM Packages'
7979
id: package-cache
80-
uses: actions/cache@v2
80+
uses: actions/cache@v4
8181
with:
8282
path: ~/.npm
8383
key: ${{ runner.os }}-npm
@@ -118,7 +118,7 @@ jobs:
118118
#~ NPM CACHE
119119
- name: 'Cache NPM Packages'
120120
id: package-cache
121-
uses: actions/cache@v2
121+
uses: actions/cache@v4
122122
with:
123123
path: ~/.npm
124124
key: ${{ runner.os }}-npm

.github/workflows/publication.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
#~ NPM CACHE
5151
- name: 'Cache NPM Packages'
5252
id: package-cache
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: ~/.npm
5656
key: ${{ runner.os }}-npm
@@ -114,7 +114,7 @@ jobs:
114114
#~ NPM CACHE
115115
- name: 'Cache NPM Packages'
116116
id: package-cache
117-
uses: actions/cache@v2
117+
uses: actions/cache@v4
118118
with:
119119
path: ~/.npm
120120
key: ${{ runner.os }}-npm
@@ -152,7 +152,7 @@ jobs:
152152
#~ NPM CACHE
153153
- name: 'Cache NPM Packages'
154154
id: package-cache
155-
uses: actions/cache@v2
155+
uses: actions/cache@v4
156156
with:
157157
path: ~/.npm
158158
key: ${{ runner.os }}-npm

0 commit comments

Comments
 (0)