Skip to content

Commit

Permalink
Update update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee0701 authored May 22, 2024
1 parent 263c69e commit ae06a9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'

- run: npm install
Expand All @@ -34,5 +34,3 @@ jobs:
TASK_NAME: 'Update mirror'
TIMEZONE: 'Asia/Seoul'
BRANCH_NAME: 'gh-pages'

- run: curl -u ${{ env.GITHUB_ACTOR }}:${{ secrets.GITHUB_TOKEN }} -X POST https://api.github.com/repos/ko-Kore/kiwi/pages/builds

0 comments on commit ae06a9d

Please sign in to comment.