mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
ci: use correct NodeJS version
This commit is contained in:
parent
842ca6734e
commit
6a2de801d0
12
.github/workflows/new-release.yml
vendored
12
.github/workflows/new-release.yml
vendored
@ -25,15 +25,13 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
# with:
|
||||
# ref: ${{ github.event.inputs.base-ref }}
|
||||
|
||||
- name: Setup Node.js 16
|
||||
uses: actions/setup-node@v3
|
||||
- name: Setup NodeJS
|
||||
uses: ./.github/actions/setup-node
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- run: yarn install
|
||||
node-version: 14.21.3
|
||||
cache-modules: true
|
||||
install: true
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
11
.github/workflows/publish-release.yml
vendored
11
.github/workflows/publish-release.yml
vendored
@ -15,13 +15,12 @@ jobs:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js 16
|
||||
uses: actions/setup-node@v3
|
||||
- name: Setup NodeJS
|
||||
uses: ./.github/actions/setup-node
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install Dependencies
|
||||
run: yarn
|
||||
node-version: 14.21.3
|
||||
cache-modules: true
|
||||
install: true
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user