mirror of
https://github.com/actions/setup-node
synced 2025-04-15 04:46:03 +00:00
Create node.yml
This commit is contained in:
parent
90651f685f
commit
e4ef93ef64
18
.github/workflows/node.yml
vendored
Normal file
18
.github/workflows/node.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user