We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedc0f1 commit 4ae6ee6Copy full SHA for 4ae6ee6
.github/workflows/pull-request.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Node.js
33
uses: actions/setup-node@v4
34
with:
35
- node-version: '20.x'
+ node-version: '22.x'
36
37
- name: Count number of lines
38
run: |
@@ -174,7 +174,7 @@ jobs:
174
needs: [Code-Quality-Checks]
175
strategy:
176
matrix:
177
- node-version: [20.x]
+ node-version: [22.x]
178
services:
179
mongo:
180
image: mongo:4.4
@@ -219,7 +219,7 @@ jobs:
219
220
221
222
223
224
- name: Generate Access Token Secret
225
run: echo "ACCESS_TOKEN_SECRET=$(openssl rand -hex 32)" >> $GITHUB_ENV
0 commit comments