Skip to content

Commit e11d0af

Browse files
committed
ci: deploy
1 parent 220a13d commit e11d0af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: '24.x'
31+
node-version: '22.x'
3232

3333
- name: Install dependencies
3434
run: npm ci
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up Node.js
6969
uses: actions/setup-node@v6
7070
with:
71-
node-version: '24.x'
71+
node-version: '22.x'
7272

7373
- name: Install dependencies
7474
run: npm ci

0 commit comments

Comments
 (0)