We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7517f commit 7758de3Copy full SHA for 7758de3
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Node.js, NPM and Yarn
18
uses: actions/setup-node@v2
19
with:
20
- node-version: 14
+ node-version: 16
21
22
- name: Install deps
23
run: yarn
0 commit comments