Skip to content

Commit

Permalink
fix: 깃헙 액션 CI 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunTaek5 committed Oct 27, 2023
1 parent f23b9e5 commit d35d974
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/CI_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16]
node: [20]
defaults:
run:
working-directory: .
Expand All @@ -34,7 +34,12 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}


- name: Create env file
run: |
touch .env
echo NEXT_PUBLIC_API=${{ secrets.NEXT_PUBLIC_API }} >> .env
- name: Run test
run: |
npm install --force
Expand Down

0 comments on commit d35d974

Please sign in to comment.