Skip to content

Commit

Permalink
Update pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Sep 2, 2024
1 parent cedc0f1 commit 4ae6ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'

- name: Count number of lines
run: |
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
needs: [Code-Quality-Checks]
strategy:
matrix:
node-version: [20.x]
node-version: [22.x]
services:
mongo:
image: mongo:4.4
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '22.x'

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

0 comments on commit 4ae6ee6

Please sign in to comment.