diff --git a/.github/settings.yml b/.github/settings.yml index e44de41..01624bc 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -70,7 +70,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: ["test (18.x)", "test (20.x)", "license/cla"] + contexts: ["test (20.x)", "test (22.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. diff --git a/.github/workflows/testPublish.yml b/.github/workflows/testPublish.yml index 1318f9e..d94592f 100644 --- a/.github/workflows/testPublish.yml +++ b/.github/workflows/testPublish.yml @@ -1,14 +1,14 @@ -name: Test and publish - -# Controls when the action will run. Triggers the workflow on push or pull request - +name: Test and publish + +# Controls when the action will run. Triggers the workflow on push or pull request + # events but only for the main branch on: push: branches: [ main, beta ] pull_request: - branches: [ main, beta ] - + branches: [ main, beta ] + # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: test: @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x] + node-version: [20.x, 22.x] steps: - uses: actions/checkout@v4 @@ -39,7 +39,7 @@ jobs: persist-credentials: false - uses: actions/setup-node@v4 with: - node-version: 20.x + node-version: 22.x - run: npm ci - run: npm run build:release - uses: cycjimmy/semantic-release-action@v4 diff --git a/package-lock.json b/package-lock.json index 0e3afa7..c45c577 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aurodesignsystem/auro-lockup", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aurodesignsystem/auro-lockup", - "version": "4.1.1", + "version": "4.1.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -61,7 +61,7 @@ "yaml-lint": "^1.7.0" }, "engines": { - "node": "^18.x || ^20.x " + "node": "^20.x || ^22.x " }, "peerDependencies": { "@alaskaairux/icons": "^4.43.0", diff --git a/package.json b/package.json index e103ab7..477e65b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "main": "index.js", "license": "Apache-2.0", "engines": { - "node": "^18.x || ^20.x " + "node": "^20.x || ^22.x " }, "dependencies": { "@aurodesignsystem/auro-library": "^3.0.2",