mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
revert node version (#11499)
This commit is contained in:
parent
82ebf7653b
commit
6516b0a150
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -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: |
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user