We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73667bf commit dcbb14bCopy full SHA for dcbb14b
1 file changed
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install Node.js
15
uses: actions/setup-node@v4
16
with:
17
- node-version: 16.x
+ node-version: 14.x
18
- name: Install dependencies
19
run: npm install
20
- name: Build
0 commit comments