We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c7a47 commit abe9b19Copy full SHA for abe9b19
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Node.js
19
uses: actions/setup-node@v3
20
with:
21
- node-version: '16' # Set the Node.js version, adjust as needed
+ node-version: '14' # Set the Node.js version, adjust as needed
22
23
# Install dependencies and build backend
24
- name: Install Backend dependencies
0 commit comments