]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Specify node version for CI (#11160)
authorJacco van den Berg <jaccoberg2281@gmail.com>
Wed, 22 Feb 2023 23:42:18 +0000 (00:42 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Feb 2023 23:42:18 +0000 (18:42 -0500)
* specify node version

* Spam to run CI

* Remove docs update, specify node version at other places

.github/workflows/ci.yml
.github/workflows/deploy-docs.yml
.github/workflows/release.yml

index 075c93c8db23e303e90ce180bc5c2158753ffac4..31c14c382898c1f8bd8e0edfa481e56c4c5ce9a3 100644 (file)
@@ -35,6 +35,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v3
         with:
+          node-version: 16
           cache: pnpm
       - uses: dorny/paths-filter@v2
         id: changes
index 234d7f7718254c53afe5e188b5a431b15037139a..72e61e68c32c3894cf6c129ac35bc0d308398e01 100644 (file)
@@ -28,6 +28,7 @@ jobs:
       - name: Use Node.js
         uses: actions/setup-node@v3
         with:
+          node-version: 16
           cache: pnpm
       - name: Package & Deploy Docs
         run: |
index 167cb7997a068dbbc49102a78cd8901efd5178b6..68003f622e9c9bafac0af5345c91ef83a4a2b3c9 100644 (file)
@@ -31,6 +31,7 @@ jobs:
       - uses: actions/setup-node@v3
         with:
           registry-url: https://registry.npmjs.org/
+          node-version: 16
           cache: pnpm
       - name: Setup and build
         run: |
@@ -75,6 +76,7 @@ jobs:
       - uses: actions/setup-node@v3
         with:
           registry-url: https://registry.npmjs.org/
+          node-version: 16
           cache: pnpm
       - name: Setup and build
         run: |