ci update
This commit is contained in:
parent
fb220a728f
commit
f0a804cee4
|
@ -22,5 +22,5 @@ jobs:
|
|||
cache: "npm"
|
||||
- name: run script
|
||||
run: |
|
||||
yarn install
|
||||
yarn install-r
|
||||
yarn check-all-inflections
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue