chore(dx): update node version

This commit is contained in:
Alexander Shelepenok
2022-04-17 17:05:11 +00:00
parent 210659e6a6
commit c1d1fcec70
4 changed files with 631 additions and 7706 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.14.2
node-version: 16.14.0
- name: Install dependencies
run: npm ci