Compare commits

..

1 Commits

Author SHA1 Message Date
MaksimZhukov
d53ea2cd2e
Merge 13b6f7cfba into 8f152de45c 2023-11-08 11:58:37 +00:00

View File

@ -93,7 +93,7 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'yarn' cache: 'yarn'
- name: Install dependencies - name: Install dependencies
run: yarn install --ignore-engines run: yarn install
- name: Verify node and yarn - name: Verify node and yarn
run: __tests__/verify-node.sh "${{ matrix.node-version }}" run: __tests__/verify-node.sh "${{ matrix.node-version }}"
shell: bash shell: bash