chore(deps): update dependency node to v18.19.1 #440
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test build Docusaurus source for Pull Requests | |
on: [push] | |
jobs: | |
test_build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@master | |
- name: Install dependencies | |
run: npm install | |
- name: Build Docusaurus from source | |
run: npm run build |