Skip to content

Commit

Permalink
Bump pkgxdev/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Oct 2, 2023
1 parent 6f38638 commit 4a4f232
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- run: tar xJf pkgx-${{ github.event.inputs.version }}.tar.xz --strip-components=1

- uses: pkgxdev/setup@v0
- uses: pkgxdev/dev@v0

- run: deno task compile

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Python 2.7.18
* <details><summary>CI/CD</summary><br>

```yaml
- uses: pkgxdev/setup@v0
- uses: pkgxdev/setup@v1
- run: pkgx shellcheck
```

Expand Down
2 changes: 1 addition & 1 deletion docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ found package.json; adding `node` to the environment
v20.5.0
```

Here because there’s a `package.json` we know you want `node`.
Because there’s a `package.json` we know you want `node`.

If there’s a `.node-version` file we read that:

Expand Down

0 comments on commit 4a4f232

Please sign in to comment.