mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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
|
submodules: true
|
||||||
- uses: actions/setup-node@v2-beta
|
- uses: actions/setup-node@v2-beta
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 16
|
||||||
- run: npm install -g yarn
|
|
||||||
working-directory: website
|
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
working-directory: website
|
||||||
- run: yarn run build
|
- run: yarn run build
|
||||||
working-directory: website
|
working-directory: website
|
||||||
|
|
Loading…
Reference in a new issue