We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932a5fe commit c43ec3bCopy full SHA for c43ec3b
README.md
@@ -19,6 +19,8 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- uses: actions/setup-node@v1
22
+ with:
23
+ node-version: 14
24
- run: npm install && npm install -g @lhci/[email protected]
25
- run: npm run build
26
- run: lhci autorun
0 commit comments