Browse Source

Downgrading node on CI to support v1.15.X

pull/19248/head
Chris Hut 1 year ago
parent
commit
01e56d6fae
  1. 6
      .github/workflows/frontend.yml

6
.github/workflows/frontend.yml

@ -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

Loading…
Cancel
Save