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