Skip to content

Commit 3d2aa72

Browse files
committed
deployed file corrected
1 parent 883ac7d commit 3d2aa72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
18-
with:
19-
node-version: "20"
18+
with:
19+
node-version: "20"
2020
- name: Install Dependencies
2121
run: npm install
2222
- name: Build Project

0 commit comments

Comments
 (0)