We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938f251 commit 671dbf7Copy full SHA for 671dbf7
.github/workflows/test.yml
@@ -73,11 +73,11 @@ jobs:
73
path: node_modules
74
key: node_modules-${{ hashFiles('package-lock.json') }}
75
76
- - name: Setup nodejs 12
+ - name: Setup nodejs 14
77
if: steps.cache-test-dist.outputs.cache-hit != 'true' || steps.cache-node_modules.outputs.cache-hit != 'true'
78
uses: actions/setup-node@v2
79
with:
80
- node-version: '12'
+ node-version: '14'
81
82
- name: npm ci
83
0 commit comments