Use pnpm#18
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR switches the repository from npm to pnpm by replacing the npm lockfile with a pnpm lockfile and updating CI to install dependencies via pnpm.
Changes:
- Replace
package-lock.jsonwith a newpnpm-lock.yaml. - Update
package.jsonto use@argos-ci/clivia thelatestdist-tag. - Update GitHub Actions CI steps toward pnpm usage (Corepack +
pnpm install), while removing the existing Argos upload step.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
pnpm-lock.yaml |
Adds pnpm lockfile for reproducible installs under pnpm. |
package.json |
Changes @argos-ci/cli version specifier from canary to latest. |
package-lock.json |
Removes npm lockfile as part of the move away from npm. |
dummy/index.html |
Adds a minimal dummy HTML file (currently plain text). |
.github/workflows/ci.yml |
Updates CI to use pnpm install, changes action versions, and removes the Argos upload step. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ARGOS_TOKEN: a1062035865420fb5a5c2a2a5baa501f94fa819f | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| run: pnpm install --frozen-lockfile | ||
| # Add relevant action here |
Comment on lines
+16
to
+18
| - name: Install pnpm | ||
| run: corepack enable | ||
| - uses: actions/setup-node@v6 |
| "private": true, | ||
| "devDependencies": { | ||
| "@argos-ci/cli": "canary" | ||
| "@argos-ci/cli": "latest" |
| @@ -0,0 +1 @@ | |||
| Hello world | |||
Comment on lines
6
to
9
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] |
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.