Skip to content

Commit

Permalink
specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Feb 27, 2024
1 parent 1256539 commit 0c06659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "",
"main": "dist/index.js",
"type": "module",
"packageManager": "[email protected]",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts"
Expand Down

0 comments on commit 0c06659

Please sign in to comment.