Update autorelease.yml

This commit is contained in:
Lorraxs 2024-01-17 18:06:56 +07:00
parent 02c1ed266e
commit 6a12fbb235

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '18.x' node-version: '18.x'
cache: 'yarn'
- name: Install dependencies NUI - name: Install dependencies NUI
working-directory: ./web working-directory: ./web
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile