We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40010b0 commit 724a081Copy full SHA for 724a081
.github/workflows/frontend.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup Node.js
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '14'
+ node-version: '16'
20
cache: 'yarn'
21
cache-dependency-path: Sample-01/yarn.lock
22
0 commit comments