Skip to content

Feat: 33rd 2학기 추가모집 공고 #19

Feat: 33rd 2학기 추가모집 공고

Feat: 33rd 2학기 추가모집 공고 #19

Workflow file for this run

name: Test App
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
run: npm install -g pnpm
- name: npm ci
run: pnpm install --frozen-lockfile