Skip to content

Commit

Permalink
⚗️ Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jan 9, 2025
1 parent d715c30 commit 1282b55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1282b55

Please sign in to comment.