[CI] Specifying node version explicitly (#19154)
This commit is contained in:
parent
0baedd887f
commit
048f0cff2a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
|
|
@ -50,6 +50,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-node-modules-
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- name: setup ruby
|
||||
|
|
@ -89,6 +90,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-node-modules-
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- run: yarn lint:frontend
|
||||
|
|
@ -144,6 +146,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-node-modules-
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- name: setup ruby
|
||||
|
|
@ -191,6 +194,7 @@ jobs:
|
|||
restore-keys: ${{ runner.os }}-node-modules-
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
cache: yarn
|
||||
- run: yarn install --frozen-lockfile
|
||||
- name: setup ruby
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue