Skip to content

Commit

Permalink
fix package.json and workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPhi committed Mar 15, 2024
1 parent 4fb0b74 commit a10cfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish --access public --provenance
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"author": "Daniel Rinehart <[email protected]>",
"license": "MIT",
"dependencies": {
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "^20.11.28",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit a10cfb9

Please sign in to comment.