Skip to content

Commit abe9b19

Browse files
authored
Update main.yml
1 parent e0c7a47 commit abe9b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Node.js
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: '16' # Set the Node.js version, adjust as needed
21+
node-version: '14' # Set the Node.js version, adjust as needed
2222

2323
# Install dependencies and build backend
2424
- name: Install Backend dependencies

0 commit comments

Comments
 (0)