Skip to content

Commit

Permalink
fix: cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
flamecommit committed Feb 12, 2024
1 parent 7d8bf2d commit ae3415d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:

steps:
- name: Checkout 코드
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: 'demo'

- name: Node.js 설치
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18.18.2'

Expand Down

0 comments on commit ae3415d

Please sign in to comment.