Skip to content

Commit

Permalink
update to pnpm 9
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman committed Apr 23, 2024
1 parent b757535 commit c19b86f
Show file tree
Hide file tree
Showing 4 changed files with 1,367 additions and 1,143 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
steps:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: "^18 || >=20" } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: "^8.15.2", run_install: true } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: "^9.0.5", run_install: true } }
- run: scripts/lint.sh
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- { name: Checkout, uses: actions/checkout@v4 }
- { name: Setup Node.js environment, uses: actions/setup-node@v4, with: { node-version: "^18 || >=20" } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: "^8.15.2", run_install: true } }
- { name: Setup pnpm, uses: pnpm/action-setup@v3, with: { version: "^9.0.5", run_install: true } }
- run: git config --global user.email github-action@users.noreply.github.com
- run: git config --global user.name "Github Action"
- run: pnpm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"repository": "github:samualtnorman/babel-plugin-here",
"engines": {
"node": "^18 || >=20",
"pnpm": "^8.15.2"
"pnpm": "^9.0.5"
},
"type": "module",
"private": true
Expand Down
Loading

0 comments on commit c19b86f

Please sign in to comment.