Downgrading node on CI to support v1.15.X

pull/19249/head
Chris Hut 1 year ago
parent c33ef90dde
commit 01e56d6fae

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

Loading…
Cancel
Save