diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-10-23 16:53:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-10-23 16:53:48 +0000 |
| commit | 4280d3a6e90f32f9927bb417a4be6308a1918f43 (patch) | |
| tree | 3bc5e7b9593d20512779e48525cc32da18b18051 /.github/workflows/release.yml | |
| parent | chore(deps): update dependency @types/node to v18 (#41) (diff) | |
| download | holo-schedule-renovate/actions-setup-node-4.x.tar.xz holo-schedule-renovate/actions-setup-node-4.x.zip | |
chore(deps): update actions/setup-node action to v4renovate/actions-setup-node-4.x
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6fa6eab..155bcab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js 16 - uses: actions/setup-node@v2 + uses: actions/setup-node@v4 with: node-version: 16 - run: yarn install |