Skip to content

Commit 2a34a61

Browse files
authored
Merge pull request #613 from gavvvr/610-broken-gitbook-build
nodejs version compatible with gitbook-cli
2 parents d54376b + 1fa606b commit 2a34a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 12
17+
node-version: '12.18.2'
1818
- run: sudo apt update
1919
- run: sudo apt install calibre-bin
2020
- run: sudo npm install -g gitbook-cli

0 commit comments

Comments
 (0)