Skip to content

Commit

Permalink
Upgrade node version from 16.x to 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ggicci committed Dec 31, 2023
1 parent 1d9eff5 commit 7970dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.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: |
if [ -e yarn.lock ]; then
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/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
Expand Down

0 comments on commit 7970dae

Please sign in to comment.