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