Skip to content

CI/CD 코드 추가

CI/CD 코드 추가 #4

Workflow file for this run

name: "온폴 CI/CD 실습"
on:
push:
branches:
- feat/api
tags:
- release.*
jobs:
Job1:
runs-on: ubuntu-latest
steps:
- run: echo "내용...${{ github.repository }}"
- uses: actions/setup-node@v4

Check failure on line 15 in .github/workflows/main.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15
- uses: actions/setup-node@v4
- with:
node-version: 18
- name: "NPM 설치"
run: npm install
- name: "NPM 실행"
run: node main.js