Skip to content

Commit

Permalink
fix node version in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
chanind committed May 21, 2022
1 parent 182504f commit 7db37cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ jobs:
publish-website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install
working-directory: ./demo/client
- run: yarn build
Expand Down

0 comments on commit 7db37cb

Please sign in to comment.