We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed0ff5 commit fc0706fCopy full SHA for fc0706f
2 files changed
.github/workflows/push.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup
17
uses: actions/setup-node@v2
18
with:
19
- node-version: '14.x'
+ node-version: '16.x'
20
- uses: actions/cache@v1
21
id: yarn-cache
22
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments