Skip to content

Commit

Permalink
fix(workflows): update node version in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 committed Jan 24, 2024
1 parent 8f61057 commit 734028b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ repository:
description: Custom element that displays additional information over page content

# A URL with more information about the repository
homepage: https://auro.alaskaair.com/
homepage: https://auro.alaskaair.com/components/auro/dialog

# A comma-separated list of topics to set on the repository
topics: auro, design-system, custom-element
topics: auro, design-system, custom-element, generator-v4-3-2

# Either `true` to enable issues for this repository, `false` to disable them.
has_issues: true
Expand Down Expand Up @@ -60,7 +60,7 @@ branches:
# Required. Require branches to be up to date before merging.
strict: true
# Required. The list of status checks to require in order to merge into this branch
contexts: ["license/cla"]
contexts: ["test (18.x)","test (20.x)", "license/cla"]
# Required. Enforce all configured restrictions for administrators. Set to true to enforce required status checks for repository administrators. Set to null to disable.
enforce_admins: false
# Required. Restrict who can push to this branch. Team and user restrictions are only available for organization-owned repositories. Set to null to disable.
Expand All @@ -70,6 +70,10 @@ branches:

# Labels: define labels for Issues and Pull Requests
labels:
- name: auro-dialog
color: 'fa23e4'
description:
process: Key filter for this repo
- name: duplicate
color: '156fad'
description: This Issue or Pull Request already exists
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [ [abstractNodeVersion] ]
node-version: [ 18.x, 20.x ]

steps:
- uses: actions/checkout@v3
Expand All @@ -37,7 +37,7 @@ jobs:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: [abstractNodeVersion]
node-version: 20.x
- run: npm ci
- run: npm run build
- uses: cycjimmy/semantic-release-action@v3
Expand Down

0 comments on commit 734028b

Please sign in to comment.