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:
committed by
Facebook GitHub Bot
parent
f5992d3489
commit
41d7b2a307
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user