We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1311b0 commit f2ac2c9Copy full SHA for f2ac2c9
.github/workflows/continuous-integration-workflow.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Node
19
uses: actions/setup-node@v1
20
with:
21
- node-version: '13.x'
+ node-version: '14.x'
22
23
- name: Install
24
run: yarn
0 commit comments