[CI] Specifying node version explicitly (#19154)

This commit is contained in:
Joshua Wehner 2023-02-20 15:01:20 +01:00 committed by GitHub
parent 0baedd887f
commit 048f0cff2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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