From 03e59788164a09b9447fe06fd3b5f14d88037c6a Mon Sep 17 00:00:00 2001 From: Jason Baker Date: Fri, 20 Dec 2024 12:47:08 -0800 Subject: [PATCH] perf: update node to version 22 --- .github/settings.yml | 2 +- .github/workflows/testPublish.yml | 4 ++-- package-lock.json | 6 +++--- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index a1704a3..9c34800 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..a96dce2 100644 --- a/.github/workflows/testPublish.yml +++ b/.github/workflows/testPublish.yml @@ -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 2b6107f..145170b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aurodesignsystem/auro-dropdown", - "version": "3.2.0", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aurodesignsystem/auro-dropdown", - "version": "3.2.0", + "version": "3.2.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { @@ -61,7 +61,7 @@ "yaml-lint": "^1.7.0" }, "engines": { - "node": "^18 || ^20" + "node": "^20.x || ^22.x " }, "peerDependencies": { "@aurodesignsystem/design-tokens": "^4.9.2", diff --git a/package.json b/package.json index 631d89a..5650f4a 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "main": "index.js", "license": "Apache-2.0", "engines": { - "node": "^18 || ^20" + "node": "^20.x || ^22.x " }, "dependencies": { "@aurodesignsystem/auro-icon": "^6.1.1",