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

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