Skip to content

Commit

Permalink
⚙️ chore : action 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jinddings committed Nov 11, 2024
1 parent 3f09927 commit 5061b7f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/deply-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
]

steps:
- uses: actions/checkout@v3

- name: debug matrix
run: |
echo "Matrix app directory: ${{matrix.app.dir}}"
- uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
Expand All @@ -42,9 +38,8 @@ jobs:
- name: Install dependencies
working-directory: ./${{matrix.app.dir}}
run: |
npm cache clean --force
npm install
run: npm ci

- name: Run tests
working-directory: ./${{matrix.app.dir}}
run: npm test
Expand Down

0 comments on commit 5061b7f

Please sign in to comment.