diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 438c9f24..40a3a138 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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 diff --git a/README.md b/README.md index 20493a32..8997a22c 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Python 2.7.18 *
CI/CD
```yaml - - uses: pkgxdev/setup@v0 + - uses: pkgxdev/setup@v1 - run: pkgx shellcheck ``` diff --git a/docs/dev.md b/docs/dev.md index e9204e13..43f0f6ff 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -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: