diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-10 01:54:56 +0000 |
|---|---|---|
| committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-08-12 13:14:21 +0200 |
| commit | 6b21b142bdde003643c571d3cc7f5e2b1cef7a54 (patch) | |
| tree | 756f2cd291ee29032fb3d91877f79d0012d38cda /.github/workflows/test-backend.yml | |
| parent | fix(dependabot): do not list each workspace item (diff) | |
| download | sharkey-6b21b142bdde003643c571d3cc7f5e2b1cef7a54.tar.gz sharkey-6b21b142bdde003643c571d3cc7f5e2b1cef7a54.tar.bz2 sharkey-6b21b142bdde003643c571d3cc7f5e2b1cef7a54.zip | |
build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.6.0...v3.7.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/test-backend.yml')
| -rw-r--r-- | .github/workflows/test-backend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 96e64c322e..7c5ffd5ac7 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -38,7 +38,7 @@ jobs: version: 8 run_install: false - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3.6.0 + uses: actions/setup-node@v3.7.0 with: node-version: ${{ matrix.node-version }} cache: 'pnpm' |