Skip to content

Commit

Permalink
bump node version and yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Callisto13 committed Nov 2, 2022
1 parent f8de25c commit 47c712f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yaml
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: '14.x'
node-version: '16.x'
- uses: actions/setup-go@v2
with:
go-version: '1.18'
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '16.x'
- uses: actions/setup-go@v2
with:
go-version: '1.18'
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ $(BUF): $(TOOLS_BIN_DIR) $(BUF_SHARE)
.PHONY: docs-install
docs-install:
@if [ ! -d "userdocs/node_modules" ]; then \
echo " >>> npm install"; \
cd ./userdocs && npm install; \
echo " >>> yarn install"; \
cd ./userdocs && yarn install; \
fi

.PHONY: docs-build
Expand Down

0 comments on commit 47c712f

Please sign in to comment.