]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Build docs with node14 (#8754)
authorEvert Timberg <evert.timberg+github@gmail.com>
Tue, 30 Mar 2021 14:48:40 +0000 (10:48 -0400)
committerGitHub <noreply@github.com>
Tue, 30 Mar 2021 14:48:40 +0000 (10:48 -0400)
.github/workflows/deploy-docs.yml
.github/workflows/npmpublish.yml

index 5bf66516fd1908c20aaf7b2011adc36e9f7fa6e2..babd64a92c00f18305702907b8df890ffa67ec78 100644 (file)
@@ -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
index 40506f7a9c624c91041ad147a48dbcf2472a22a0..37ffc2636673c4fb33996615fbfaa291dd2b9d41 100644 (file)
@@ -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: |