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 927d69d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 639 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,10 @@ jobs:
if: runner.os == 'Windows'
run: |
pacman -Sy --noconfirm mingw-w64-x86_64-nodejs
- uses: actions/setup-node@v4
if: runner.os != 'Windows'
with:
node-version: latest
registry-url: https://registry.npmjs.org
cache: 'npm'
- name: Build
run: |
npm install
npm pack
npm install --force
ls -lR node_modules/
env:
NODE_ENV: production
- uses: actions/upload-artifact@v4
Expand Down
Loading

0 comments on commit 927d69d

Please sign in to comment.