Skip to content

Commit

Permalink
Update Node version to 18.x in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Sep 20, 2024
1 parent ea168f9 commit c05d8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: "18.x"
- name: Test Build
run: |
cd website
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: "18.x"
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand All @@ -53,4 +53,4 @@ jobs:
npm i
fi
ls
npm run deploy
npm run deploy

0 comments on commit c05d8d0

Please sign in to comment.