]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
revert node version (#11499)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Thu, 14 Sep 2023 13:41:54 +0000 (15:41 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Sep 2023 13:41:54 +0000 (15:41 +0200)
.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
.github/workflows/release.yml

index 064650d0fe5247dc11b7743f1f621e006abf597a..466724a313402b68cf8c1860efcd40d7c24c09b6 100644 (file)
@@ -35,7 +35,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: 20
+          node-version: 16
           cache: pnpm
       - uses: dorny/paths-filter@v2
         id: changes
index 2feca135122878a8f392d17d9560aee91c41d22c..a350f1945c28256055275b7ba8c6322c635fb1cc 100644 (file)
@@ -28,7 +28,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v3
         with:
-          node-version: 20
+          node-version: 16
           cache: pnpm
       - name: Package & Deploy Docs
         run: |
index 2f2c8773eb75adcf836fcc31f99167381462b8d1..577f8fff4fc7b3138910312499d3b83f8ce86e6b 100644 (file)
@@ -31,7 +31,7 @@ jobs:
       - uses: actions/setup-node@v3
         with:
           registry-url: https://registry.npmjs.org/
-          node-version: 20
+          node-version: 16
           cache: pnpm
       - name: Setup and build
         run: |
@@ -76,7 +76,7 @@ jobs:
       - uses: actions/setup-node@v3
         with:
           registry-url: https://registry.npmjs.org/
-          node-version: 20
+          node-version: 16
           cache: pnpm
       - name: Setup and build
         run: |