From: Jacco van den Berg Date: Thu, 14 Sep 2023 13:41:54 +0000 (+0200) Subject: revert node version (#11499) X-Git-Tag: v4.4.1~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6516b0a150eebf3fb9eab596f89d63e27e1bc6d5;p=thirdparty%2FChart.js.git revert node version (#11499) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 064650d0f..466724a31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2feca1351..a350f1945 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f2c8773e..577f8fff4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |