Update autorelease.yml

This commit is contained in:
Lorraxs 2024-01-17 17:32:32 +07:00
parent d815d185ff
commit fa683517a0

View File

@ -20,7 +20,6 @@ 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
run: cd web && yarn install --frozen-lockfile run: cd web && yarn install --frozen-lockfile
- name: Build Bundles - name: Build Bundles