1
0
Fork 0
mirror of https://github.com/actions/setup-node synced 2025-03-31 22:30:57 +00:00

Update action.yml

Ok
This commit is contained in:
Ballal Talukder 2025-03-26 09:51:03 +06:00 committed by GitHub
parent 40337cb8f7
commit d9b0ca8d8c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,5 @@
- name: Setup Node.js environment
uses: actions/setup-node@v4.3.0
name: 'Setup Node.js environment'
description: 'Setup a Node.js environment by adding problem matchers and optionally downloading and adding it to the PATH.'
author: 'GitHub'