Skip to content

Commit

Permalink
Downgrading node on CI to support v1.15.X (#19249)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-hut authored Oct 17, 2023
1 parent c33ef90 commit a06ddfc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # [email protected]
with:
node-version: '16'
node-version: '14'

- name: Install Yarn
run: npm install -g yarn
Expand All @@ -59,7 +59,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # [email protected]
with:
node-version: '16'
node-version: '14'

- name: Install Yarn
run: npm install -g yarn
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # [email protected]
with:
node-version: '16'
node-version: '14'

- name: Install Yarn
run: npm install -g yarn
Expand Down

0 comments on commit a06ddfc

Please sign in to comment.