mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Build docs with node14 (#8754)
This commit is contained in:
parent
ed2b96eeaf
commit
4b7b3f277f
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -21,6 +21,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '14.x'
|
||||
- name: Package & Deploy Docs
|
||||
run: |
|
||||
npm ci
|
||||
|
||||
2
.github/workflows/npmpublish.yml
vendored
2
.github/workflows/npmpublish.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 12
|
||||
node-version: '14.x'
|
||||
registry-url: https://registry.npmjs.org/
|
||||
- name: Setup and build
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user