mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
Fix PR action
This commit is contained in:
parent
4b61d84753
commit
4e683b3f37
5
.github/workflows/pr.yml
vendored
5
.github/workflows/pr.yml
vendored
|
@ -11,9 +11,8 @@ jobs:
|
|||
submodules: true
|
||||
- uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: 14
|
||||
- run: npm install -g yarn
|
||||
working-directory: website
|
||||
node-version: 16
|
||||
- run: yarn install
|
||||
working-directory: website
|
||||
- run: yarn run build
|
||||
working-directory: website
|
||||
|
|
Loading…
Reference in a new issue