Merge branch 'main'

This commit is contained in:
MaksimZhukov 2023-11-13 17:18:51 +01:00
commit e6a63775cc
3 changed files with 28 additions and 28 deletions

View file

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