Skip to content

Commit

Permalink
chore(ui-tag): fix typecheck and revert to node 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Jul 19, 2024
1 parent 1b81b7e commit 2681980
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
name: Install Node 22
name: Install Node 20
with:
node-version: '22'
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '20'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-release-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '20'
cache: 'npm'
- name: Install packages
run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
with:
fetch-depth: 0
- uses: actions/setup-node@v3
name: Install Node 22
name: Install Node 20
with:
node-version: '22'
node-version: '20'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '20'
cache: 'npm'
- name: Install packages.
run: npm ci
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: '22'
node-version: '20'
cache: 'npm'
- name: Install netlify-cli
run: npm install --save-dev [email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node 22
- name: Install Node 20
uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '20'
- name: Install project dependencies
run: npm ci
- name: Bootstrap project
Expand Down
7 changes: 3 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/ui-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"devDependencies": {
"@instructure/ui-axe-check": "9.3.0",
"@instructure/ui-babel-preset": "9.3.0",
"@instructure/ui-test-locator": "9.3.0",
"@instructure/ui-test-utils": "9.3.0",
"@instructure/ui-themes": "9.3.0",
"@testing-library/jest-dom": "^6.4.5",
Expand Down

0 comments on commit 2681980

Please sign in to comment.