diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c0d52f6..a3f1a32 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -41,11 +41,11 @@ jobs: with: node-version: latest registry-url: https://registry.npmjs.org - cache: 'npm' + cache: 'yarn' - name: Build run: | - npm install - npm pack + yarn install + yarn pack env: NODE_ENV: production - uses: actions/upload-artifact@v4