Skip to content

Commit c43ec3b

Browse files
authored
docs: specify node.js version in Github Actions example (#679)
1 parent 932a5fe commit c43ec3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: actions/setup-node@v1
22+
with:
23+
node-version: 14
2224
- run: npm install && npm install -g @lhci/[email protected]
2325
- run: npm run build
2426
- run: lhci autorun

0 commit comments

Comments
 (0)