diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 3c01304..78b613f 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -30,6 +30,12 @@ jobs: with: images: git.vault48.org/${{ env.GITHUB_REPOSITORY }} + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version-file: .nvmrc + cache: 'yarn' + - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT