Merge branch 'master' into minor_restart_refactor

This commit is contained in:
Roman Zabaluev 2023-08-21 16:18:23 +07:00 committed by GitHub
commit f98fd55d98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
with: with:
version: 7.4.0 version: 7.4.0
- name: Install node - name: Install node
uses: actions/setup-node@v3.7.0 uses: actions/setup-node@v3.8.1
with: with:
node-version: "16.15.0" node-version: "16.15.0"
cache: "pnpm" cache: "pnpm"