Skip to content

Commit

Permalink
ci: update NodeJS version for Build and Deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Sep 17, 2024
1 parent 40e1da2 commit 1f85909
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v2
with:
persist-credentials: false

- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"

- name: Install dependencies
run: yarn

Expand All @@ -26,4 +31,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: docs
CLEAN: true
CLEAN: true

0 comments on commit 1f85909

Please sign in to comment.