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"
- name: run script
run: |
yarn install
yarn install-r
yarn check-all-inflections

View File

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