diff --git a/.github/workflows/check-inflections.yml b/.github/workflows/check-inflections.yml index 401959d..4246e77 100644 --- a/.github/workflows/check-inflections.yml +++ b/.github/workflows/check-inflections.yml @@ -22,5 +22,5 @@ jobs: cache: "npm" - name: run script run: | - yarn install + yarn install-r yarn check-all-inflections diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51aad35..2576a22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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