fix: update release workflow

This commit is contained in:
Jawayria
2022-05-13 18:21:44 +05:00
committed by GitHub
parent eb1eb84f56
commit 916848577e

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 12
node-version: 16
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes