From: Evert Timberg Date: Tue, 30 Mar 2021 14:48:40 +0000 (-0400) Subject: Build docs with node14 (#8754) X-Git-Tag: v3.0.0-rc.7~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b7b3f277fcf87820bb3be0b2180927f1a59e86b;p=thirdparty%2FChart.js.git Build docs with node14 (#8754) --- diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5bf66516f..babd64a92 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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 diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 40506f7a9..37ffc2636 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -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: |