Skip to content

Commit 4ae6ee6

Browse files
authored
Update pull-request.yml
1 parent cedc0f1 commit 4ae6ee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Node.js
3333
uses: actions/setup-node@v4
3434
with:
35-
node-version: '20.x'
35+
node-version: '22.x'
3636

3737
- name: Count number of lines
3838
run: |
@@ -174,7 +174,7 @@ jobs:
174174
needs: [Code-Quality-Checks]
175175
strategy:
176176
matrix:
177-
node-version: [20.x]
177+
node-version: [22.x]
178178
services:
179179
mongo:
180180
image: mongo:4.4
@@ -219,7 +219,7 @@ jobs:
219219
- name: Set up Node.js
220220
uses: actions/setup-node@v4
221221
with:
222-
node-version: '20.x'
222+
node-version: '22.x'
223223

224224
- name: Generate Access Token Secret
225225
run: echo "ACCESS_TOKEN_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)