Skip to content

Commit

Permalink
node.js 버전 18에서 20으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
JaeSeo committed Sep 1, 2023
1 parent e0ab4b3 commit d07a1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kakao-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Install dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: kakao-chat-ci
run-name: Deploy by @${{ github.actor }}

runs:
using: "node18"
using: "node20"
main: "dist/index.js"

branding:
Expand Down

0 comments on commit d07a1d9

Please sign in to comment.