Skip to content

Commit

Permalink
test-pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 22, 2024
1 parent a98807f commit 77654ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
paths: 'package.json'
paths: "package.json"

jobs:
build:
Expand All @@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: pnpm
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
Expand All @@ -45,4 +46,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
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.17.0",
"version": "0.18.0",
"main": "src/lua2js.mjs",
"type": "module",
"bin": {
Expand Down

0 comments on commit 77654ca

Please sign in to comment.