Skip to content

ci: actions 버전 업데이트 및 타겟 브랜치 추가 #3

ci: actions 버전 업데이트 및 타겟 브랜치 추가

ci: actions 버전 업데이트 및 타겟 브랜치 추가 #3

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
registry-url: https://registry.npmjs.org
- run: yarn install