Update OSS node version (#3822)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/3822

Update Node version in CI pipeline

Reviewed By: lblasa

Differential Revision: D37207646

fbshipit-source-id: 157d1da9b01ca3ad34047908abc629f84d6736bc
This commit is contained in:
Andrey Goncharov
2022-06-16 06:27:01 -07:00
committed by Facebook GitHub Bot
parent f5992d3489
commit 41d7b2a307
5 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: yarn install (with retry)
uses: nick-invision/retry@v2.6.0
with:
@@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
- name: js-flipper - yarn install (with retry)
uses: nick-invision/retry@v2.6.0
with:

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: install
working-directory: ${{env.doctor-directory}}
run: yarn

View File

@@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: install
working-directory: ${{env.pkg-directory}}
run: yarn

View File

@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install
run: yarn
- name: Set versions

View File

@@ -56,7 +56,7 @@ jobs:
ref: ${{ needs.release.outputs.tag }}
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install
uses: nick-invision/retry@v2.6.0
with:
@@ -88,7 +88,7 @@ jobs:
ref: ${{ needs.release.outputs.tag }}
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install
uses: nick-invision/retry@v2.6.0
with:
@@ -120,7 +120,7 @@ jobs:
ref: ${{ needs.release.outputs.tag }}
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install
uses: nick-invision/retry@v2.6.0
with:
@@ -154,7 +154,7 @@ jobs:
ref: ${{ needs.release.outputs.tag }}
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install
uses: nick-invision/retry@v2.0.0
with: