Skip to content

Commit

Permalink
chore: 노드 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Feb 22, 2024
1 parent 0e821a8 commit d493e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js environment
uses: actions/setup-node@v2
with:
node-version: '14' # 사용할 Node.js 버전에 맞게 수정할 수 있습니다.
node-version: '18'

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit d493e6d

Please sign in to comment.