ci update

This commit is contained in:
adueck 2024-08-06 16:17:12 -04:00
parent fb220a728f
commit f0a804cee4
2 changed files with 4 additions and 4 deletions

View File

@ -22,5 +22,5 @@ jobs:
cache: "npm" cache: "npm"
- name: run script - name: run script
run: | run: |
yarn install yarn install-r
yarn check-all-inflections yarn check-all-inflections

View File

@ -15,10 +15,10 @@ jobs:
LINGDOCS_DICTIONARY_URL: ${{ secrets.LINGDOCS_DICTIONARY_URL }} LINGDOCS_DICTIONARY_URL: ${{ secrets.LINGDOCS_DICTIONARY_URL }}
LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }} LINGDOCS_NPM_TOKEN: ${{ secrets.LINGDOCS_NPM_TOKEN }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v4
- uses: actions/setup-node@v1 - uses: actions/setup-node@v4
with: with:
node-version: 16 node-version: 20
- name: Install, build, test - name: Install, build, test
run: | run: |
yarn install-r yarn install-r