Skip to content

Commit 0a25247

Browse files
committed
docs(workflows): Add Node.js setup step to documentation workflow
1 parent 86f9b4c commit 0a25247

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/workflows/docs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@master
9+
10+
- name: Setup Node
11+
uses: actions/setup-node@v3
12+
with:
13+
node-version: 18
14+
915
- name: Build
1016
uses: TartanLlama/actions-eleventy@master
1117
with:

0 commit comments

Comments
 (0)