Skip to content

Commit 9eec019

Browse files
authored
Update deploy.yml
1 parent cdb10c8 commit 9eec019

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
@@ -12,9 +12,9 @@ jobs:
1212
- name: 🔂 Checkout
1313
uses: actions/checkout@v5
1414
- name: 🟢 Setup Node.js
15-
uses: actions/setup-node@v5
15+
uses: actions/setup-node@v4
1616
with:
17-
node-version: 24.x
17+
node-version: 20.x
1818

1919
- name: 🔐 Create Production Environment File
2020
run: |

0 commit comments

Comments
 (0)