summaryrefslogtreecommitdiff
path: root/.github/workflows/api-misskey-js.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-14 21:29:57 +0900
committerGitHub <noreply@github.com>2024-07-14 21:29:57 +0900
commitaa0632727f3de73b0e348f86ffd1c5c3135a46e4 (patch)
treee461beff1bcf280e56705b14e5cd524812262d4a /.github/workflows/api-misskey-js.yml
parentfix: error with trying to handle SIGKILL (#14208) (diff)
downloadmisskey-aa0632727f3de73b0e348f86ffd1c5c3135a46e4.tar.gz
misskey-aa0632727f3de73b0e348f86ffd1c5c3135a46e4.tar.bz2
misskey-aa0632727f3de73b0e348f86ffd1c5c3135a46e4.zip
chore(deps): bump actions/setup-node from 4.0.2 to 4.0.3 (#14165)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.3) --- 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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api-misskey-js.yml b/.github/workflows/api-misskey-js.yml
index f9385239b0..e7db18316c 100644
--- a/.github/workflows/api-misskey-js.yml
+++ b/.github/workflows/api-misskey-js.yml
@@ -21,7 +21,7 @@ jobs:
- run: corepack enable
- name: Setup Node.js
- uses: actions/setup-node@v4.0.2
+ uses: actions/setup-node@v4.0.3
with:
node-version-file: '.node-version'
cache: 'pnpm'