Skip to content

Commit

Permalink
feat: update actions version in githubaction workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ebokyung committed Feb 18, 2024
1 parent a98c4a0 commit 63c2324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/githubaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

steps:
- name: Checkout source code.
uses: actions/checkout@v1
uses: actions/checkout@v3

# actions/setup-node 실행기에 지정된 버전의 소프트웨어 패키지를 설치
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
# npm 명령어를 사용하여 종속성을 설치할 때, 이전에 캐시된 패키지를 사용하여 다운로드 및 설치 시간을 단축
Expand Down

0 comments on commit 63c2324

Please sign in to comment.