Skip to content

Commit 60167cf

Browse files
authored
Apply suggestion from @aduh95
1 parent 9e97cdd commit 60167cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notify-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
3737
runs-on: ubuntu-24.04-arm
3838
steps:
39-
- name: Use Node.js ${{ env.NODE_VERSION }}
39+
- name: Install Node.js
4040
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4141
with:
4242
node-version: ${{ env.NODE_VERSION }}

0 commit comments

Comments
 (0)