Skip to content

Commit

Permalink
Use node 14 to build docs (chartjs#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored Mar 25, 2021
1 parent ab7ad59 commit b9bc295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: Test Build
run: |
npm ci
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '14.x'
- name: Build
run: |
npm ci
Expand Down

0 comments on commit b9bc295

Please sign in to comment.