Downgrading node on CI to support v1.15.X (#19249)

pull/19280/head
Chris Hut 2023-10-17 09:54:02 -07:00 committed by GitHub
parent c33ef90dde
commit a06ddfcffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3.6.0
with: with:
node-version: '16' node-version: '14'
- name: Install Yarn - name: Install Yarn
run: npm install -g yarn run: npm install -g yarn
@ -59,7 +59,7 @@ jobs:
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3.6.0
with: with:
node-version: '16' node-version: '14'
- name: Install Yarn - name: Install Yarn
run: npm install -g yarn run: npm install -g yarn
@ -88,7 +88,7 @@ jobs:
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3.6.0 - uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # pin@v3.6.0
with: with:
node-version: '16' node-version: '14'
- name: Install Yarn - name: Install Yarn
run: npm install -g yarn run: npm install -g yarn