Skip to content

Commit

Permalink
test: test build
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Apr 8, 2024
1 parent 367756d commit 0c083aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm
- name: Install dependencies
working-directory: ./packages/testing-docs
run: npm i
run: npm ci
- name: Build website
working-directory: ./packages/testing-docs
run: npm run build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: matter-labs/block-explorer
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: npm
- uses: webfactory/[email protected]
with:
Expand All @@ -35,5 +35,5 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "gh-actions"
npm i
npm ci
npm run deploy
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '20'
cache: 'npm'

- name: Install dependencies
Expand Down

0 comments on commit 0c083aa

Please sign in to comment.