mirror of
https://code.forgejo.org/actions/setup-node
synced 2025-03-15 14:54:38 +01:00
Create node.yml
This commit is contained in:
parent
90651f685f
commit
e4ef93ef64
1 changed files with 18 additions and 0 deletions
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…
Add table
Reference in a new issue