From f0a804cee4613785d27872a65a8bf174a785d1aa Mon Sep 17 00:00:00 2001 From: adueck Date: Tue, 6 Aug 2024 16:17:12 -0400 Subject: [PATCH] ci update --- .github/workflows/check-inflections.yml | 2 +- .github/workflows/ci.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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