Skip to content

Commit

Permalink
feat: set node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Jan 23, 2024
1 parent a67a7ff commit 950bfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 14
run: cd docs && yarn && yarn build && cd ..

- run: cd docs && yarn && yarn build && cd ..

- name: Docker build
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 950bfad

Please sign in to comment.