1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-node synced 2025-03-14 22:26:59 +01:00

Create node.yml

This commit is contained in:
DivyaHclTraining27 2025-01-30 23:28:42 +05:30 committed by GitHub
parent 90651f685f
commit e4ef93ef64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

18
.github/workflows/node.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Node.js CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/setup-node@v4.2.0