Skip to content

Commit

Permalink
try to fix module missing on GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
h3902340 committed Nov 30, 2023
1 parent eb7fb86 commit df385f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
- name: node
uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org
- name: npm i
run: npm i
- name: npm i @rollup/rollup-linux-x64-gnu
run: npm i @rollup/rollup-linux-x64-gnu
- name: build
run: npm run build
- name: publish
Expand Down

0 comments on commit df385f7

Please sign in to comment.