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 2862ab1 commit 2e85fbdCopy full SHA for 2e85fbd
.github/workflows/build-and-deploy.yml
@@ -14,9 +14,9 @@ jobs:
14
uses: actions/checkout@v2
15
16
- name: Set up Node.js
17
- uses: actions/setup-node@v4 # Use v4 instead of v3
+ uses: actions/setup-node@v4
18
with:
19
- node-version: 16 # Use Node.js version 16
+ node-version: 16
20
21
- name: Install Dependencies
22
run: npm install
@@ -34,9 +34,9 @@ jobs:
34
35
36
37
38
39
40
41
42
0 commit comments