1
0
mirror of https://github.com/actions/setup-node.git synced 2025-03-31 08:10:10 +08:00

Create yaml

- name: Setup Node.js environment
  uses: actions/setup-node@v4.3.0
This commit is contained in:
Mahmoud Adel 2025-03-25 06:11:15 +02:00 committed by GitHub
parent 40337cb8f7
commit 058d48e06b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
yaml Normal file

@ -0,0 +1,2 @@
- name: Setup Node.js environment
uses: actions/setup-node@v4.3.0