From 5371b085d970df82a5409772ead1eb1efda1c9da Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 16 Aug 2024 22:48:51 +0700 Subject: [PATCH] Update .forgejo/workflows/publish.yml --- .forgejo/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 24806be..739738d 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -33,8 +33,8 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - # node-version-file: .nvmrc - # cache: 'yarn' + node-version: '18' + cache: 'yarn' - name: Get yarn cache directory path id: yarn-cache-dir-path