From df48466c87cf6e5194f7854d71f96a041bc4954c Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 16 Aug 2024 22:52:10 +0700 Subject: [PATCH] Update .forgejo/workflows/publish.yml --- .forgejo/workflows/publish.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 739738d..9e9f112 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -30,12 +30,12 @@ jobs: with: images: git.vault48.org/${{ env.GITHUB_REPOSITORY }} - - name: Use Node.js - uses: actions/setup-node@v4 - with: - node-version: '18' - cache: 'yarn' - +# - name: Use Node.js +# uses: actions/setup-node@v4 +# with: +# node-version: '18' +# cache: 'yarn' + - run: npm -g install yarn - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT