Skip to content

Commit 7cd2f6e

Browse files
Merge pull request #22 from precise-alloy/ci/deploy
ci: deploy
2 parents 220a13d + e11d0af commit 7cd2f6e

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)