We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e97cdd commit 60167cfCopy full SHA for 60167cf
1 file changed
.github/workflows/notify-on-push.yml
@@ -36,7 +36,7 @@ jobs:
36
# cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
37
runs-on: ubuntu-24.04-arm
38
steps:
39
- - name: Use Node.js ${{ env.NODE_VERSION }}
+ - name: Install Node.js
40
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
41
with:
42
node-version: ${{ env.NODE_VERSION }}
0 commit comments