Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

V2.1.1 prep #24

Merged
merged 3 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ The problem is you have to figure them out, and they end up creating multiple st
### Setup Environment

```pwsh
npm install -g npm@10.7.0
npm i -g @vercel/ncc@0.38.1
npm install -g npm@10.8.3
npm i -g @vercel/ncc@0.38.2
npm install
```

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

17 changes: 13 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "os-specific-runner",
"version": "2.1.0",
"version": "2.1.1",
"description": "A github action for running a separate command based on the os",
"main": "index.js",
"scripts": {
Expand All @@ -12,8 +12,14 @@
},
"keywords": [
"os-specific-runner",
"os specific runner",
"os-specific-run",
"os specific run",
"os",
"specific",
"run",
"runner",
"commands",
"utilities"
],
"author": "carlkidcrypto",
Expand Down