@@ -19,11 +19,11 @@ jobs:
1919 steps :
2020
2121 # Use specific Node.js version
22- - uses : actions/checkout@v3
23- - name : Use Node.js 18 .x
24- uses : actions/setup-node@v3
22+ - uses : actions/checkout@v4
23+ - name : Use Node.js 22 .x
24+ uses : actions/setup-node@v4
2525 with :
26- node-version : 18 .x
26+ node-version : 22 .x
2727 cache : ' npm'
2828
2929 # Install packages
@@ -84,11 +84,11 @@ jobs:
8484 steps :
8585
8686 # Use specific Node.js version
87- - uses : actions/checkout@v3
88- - name : Use Node.js 18 .x
89- uses : actions/setup-node@v3
87+ - uses : actions/checkout@v4
88+ - name : Use Node.js 22 .x
89+ uses : actions/setup-node@v4
9090 with :
91- node-version : 18 .x
91+ node-version : 22 .x
9292 cache : ' npm'
9393
9494 # Install packages
@@ -114,11 +114,11 @@ jobs:
114114 steps :
115115
116116 # Use specific Node.js version
117- - uses : actions/checkout@v3
118- - name : Use Node.js 18 .x
119- uses : actions/setup-node@v3
117+ - uses : actions/checkout@v4
118+ - name : Use Node.js 22 .x
119+ uses : actions/setup-node@v4
120120 with :
121- node-version : 18 .x
121+ node-version : 22 .x
122122 cache : ' npm'
123123
124124 # Install packages
@@ -149,17 +149,17 @@ jobs:
149149 contents : write
150150 steps :
151151
152- - uses : actions/checkout@v3
152+ - uses : actions/checkout@v4
153153 with :
154154 # fetch all branches
155155 fetch-depth : 0
156156
157157 # Configure git user for later command induced commits
158158 - uses : fregante/setup-git-user@v1
159159
160- - uses : actions/setup-node@v3
160+ - uses : actions/setup-node@v4
161161 with :
162- node-version : 18
162+ node-version : 22.x
163163 registry-url : https://registry.npmjs.org/
164164
165165 - run : npm ci
@@ -261,12 +261,12 @@ jobs:
261261 runs-on : ubuntu-latest
262262 steps :
263263
264- - uses : actions/checkout@v3
264+ - uses : actions/checkout@v4
265265
266- - name : Use Node.js 18 .x
267- uses : actions/setup-node@v3
266+ - name : Use Node.js 22 .x
267+ uses : actions/setup-node@v4
268268 with :
269- node-version : 18 .x
269+ node-version : 22 .x
270270
271271 - name : Message commit
272272 run : echo "is RELEASE => ${{ github.event.head_commit.message }} !!"
0 commit comments