Skip to content

Commit

Permalink
test-pnpm3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 23, 2024
1 parent 74757eb commit f6f97cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: pnpm i

publish-npm:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xiangnanscu/lua2js",
"version": "0.19.0",
"version": "0.20.0",
"main": "src/lua2js.mjs",
"type": "module",
"bin": {
Expand Down

0 comments on commit f6f97cc

Please sign in to comment.