update workflows

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

View File

@ -19,8 +19,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: Install, build, test
run: |
yarn install-r
yarn build-library
yarn build-website
yarn test --silent

View File

@ -13,13 +13,14 @@ 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
cache: "yarn"
- name: Check if version has been updated
id: check
uses: EndBug/version-check@v1
uses: EndBug/version-check@v2
with:
diff-search: true
token: ${{ secrets.GITHUB_TOKEN }}