diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-19 18:39:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-19 18:39:39 +0900 |
| commit | e6032a03b6145908afb45f4ff3217bfb36b0de36 (patch) | |
| tree | 1548cd5946fb17c2dbbacadcb4b40b29f7427c06 /.github/workflows/api-misskey-js.yml | |
| parent | fix(backend): fix typo `lnik` to `link` (#11740) (diff) | |
| download | sharkey-e6032a03b6145908afb45f4ff3217bfb36b0de36.tar.gz sharkey-e6032a03b6145908afb45f4ff3217bfb36b0de36.tar.bz2 sharkey-e6032a03b6145908afb45f4ff3217bfb36b0de36.zip | |
build(deps): bump actions/setup-node from 3.8.0 to 3.8.1 (#11739)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.8.0...v3.8.1)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/api-misskey-js.yml')
| -rw-r--r-- | .github/workflows/api-misskey-js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-misskey-js.yml b/.github/workflows/api-misskey-js.yml index 9942708be8..d0018ffcf9 100644 --- a/.github/workflows/api-misskey-js.yml +++ b/.github/workflows/api-misskey-js.yml @@ -14,7 +14,7 @@ jobs: - run: corepack enable - name: Setup Node.js - uses: actions/setup-node@v3.8.0 + uses: actions/setup-node@v3.8.1 with: node-version-file: '.node-version' cache: 'pnpm' |