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/test-frontend.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/test-frontend.yml')
| -rw-r--r-- | .github/workflows/test-frontend.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml index 63a270334e..142967903f 100644 --- a/.github/workflows/test-frontend.yml +++ b/.github/workflows/test-frontend.yml @@ -25,7 +25,7 @@ jobs: version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.8.0 + uses: actions/setup-node@v3.8.1 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' @@ -83,7 +83,7 @@ jobs: version: 7 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.8.0 + uses: actions/setup-node@v3.8.1 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |