Skip to content

Commit

Permalink
chore: git action 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hyehyeongjo2 committed Feb 13, 2025
1 parent 073f4bf commit 8bf6876
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to S3 and CloudFront

on:
push:
branches: ['master']
branches: ['chore/02130900-jode-gitActions']

jobs:
deploy:
Expand All @@ -24,11 +24,20 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ap-northeast-2

<<<<<<< Updated upstream
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '15.x'
=======
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 18

>>>>>>> Stashed changes
- name: Install dependencies
run: |
if [ -e yarn.lock ]; then
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
Expand All @@ -43,7 +42,6 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-parameters": "^7.25.9",
"prettier": "2.7.1"
}
}

0 comments on commit 8bf6876

Please sign in to comment.