Browse Source

Downgrading node on CI to support v1.15.X

pull/19240/head
Chris Hut 1 year ago
parent
commit
832082a119
  1. 6
      .github/workflows/frontend.yml

6
.github/workflows/frontend.yml

@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: '16'
node-version: '14'
- name: Install Yarn
run: npm install -g yarn
@ -57,7 +57,7 @@ jobs:
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: '16'
node-version: '14'
- name: Install Yarn
run: npm install -g yarn
@ -86,7 +86,7 @@ jobs:
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: '16'
node-version: '14'
- name: Install Yarn
run: npm install -g yarn

Loading…
Cancel
Save