Skip to content

Commit

Permalink
feat: github Action의 맞는 새로운 appspec.yml을 구현 (CC-134)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent ab304cb commit 5298ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "14"
node-version: "20.15.0"
- run: npm install
- run: npm test

0 comments on commit 5298ee9

Please sign in to comment.