Skip to content

Commit a4bda4a

Browse files
committed
revert to node 24
1 parent 96fcc6c commit a4bda4a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backend-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: '25'
25+
node-version: '24'
2626
- name: Install dependencies
2727
run: npm ci
2828
# Prisma-generated types needed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout Repo
1414
uses: actions/checkout@v6
1515

16-
- name: Setup Node.js 25
16+
- name: Setup Node.js 24
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 25
19+
node-version: 24
2020

2121
- name: Install Dependencies
2222
run: npm install

.github/workflows/temporal-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@v6
2424
with:
25-
node-version: '25'
25+
node-version: '24'
2626
- name: Install dependencies (root)
2727
run: npm ci
2828
- name: Install dependencies (temporal)

0 commit comments

Comments
 (0)