diff --git a/.github/workflows/api-test-lint-deploy.yaml b/.github/workflows/api-test-lint-deploy.yaml index f3e8f0bbeac..6297cb7c747 100644 --- a/.github/workflows/api-test-lint-deploy.yaml +++ b/.github/workflows/api-test-lint-deploy.yaml @@ -56,7 +56,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' @@ -95,7 +95,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: ${{ matrix.python }} @@ -145,7 +145,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' diff --git a/.github/workflows/app-test-build-deploy.yaml b/.github/workflows/app-test-build-deploy.yaml index 83cab4d1a13..da43d601115 100644 --- a/.github/workflows/app-test-build-deploy.yaml +++ b/.github/workflows/app-test-build-deploy.yaml @@ -59,7 +59,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -116,7 +116,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: actions/setup-python@v4 with: python-version: '3.10' @@ -272,7 +272,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: actions/setup-python@v4 with: python-version: '3.10' @@ -500,7 +500,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/components-test-build-deploy.yaml b/.github/workflows/components-test-build-deploy.yaml index c4cd1c00baf..843bb01f63a 100644 --- a/.github/workflows/components-test-build-deploy.yaml +++ b/.github/workflows/components-test-build-deploy.yaml @@ -46,7 +46,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -82,7 +82,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -149,7 +149,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'set complex environment variables' id: 'set-vars' uses: actions/github-script@v6 @@ -189,7 +189,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' registry-url: 'https://registry.npmjs.org' - name: 'install udev for usb-detection' run: | @@ -215,7 +215,7 @@ jobs: json -I -f ./components/package.json -e "this.dependencies['@opentrons/shared-data']=\"$VERSION_STRING\"" - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' registry-url: 'https://registry.npmjs.org' - name: 'publish to npm registry' env: diff --git a/.github/workflows/docs-build.yaml b/.github/workflows/docs-build.yaml index 0871b826334..6a4f49f0d20 100644 --- a/.github/workflows/docs-build.yaml +++ b/.github/workflows/docs-build.yaml @@ -51,7 +51,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v3' with: python-version: '3.10' diff --git a/.github/workflows/g-code-testing-lint-test.yaml b/.github/workflows/g-code-testing-lint-test.yaml index ba7cf215679..9da53b78182 100644 --- a/.github/workflows/g-code-testing-lint-test.yaml +++ b/.github/workflows/g-code-testing-lint-test.yaml @@ -52,7 +52,7 @@ jobs: sudo apt-get update && sudo apt-get install libudev-dev - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'set complex environment variables' id: 'set-vars' uses: actions/github-script@v6 diff --git a/.github/workflows/http-docs-build.yaml b/.github/workflows/http-docs-build.yaml index c19b6263ead..f2c21368d5e 100644 --- a/.github/workflows/http-docs-build.yaml +++ b/.github/workflows/http-docs-build.yaml @@ -54,7 +54,7 @@ jobs: python-version: '3.10' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: './.github/actions/python/setup' with: project: 'robot-server' diff --git a/.github/workflows/js-check.yaml b/.github/workflows/js-check.yaml index 9f429925cd6..807d4a2570c 100644 --- a/.github/workflows/js-check.yaml +++ b/.github/workflows/js-check.yaml @@ -45,7 +45,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'set complex environment variables' id: 'set-vars' uses: actions/github-script@v6 diff --git a/.github/workflows/ll-test-build-deploy.yaml b/.github/workflows/ll-test-build-deploy.yaml index 2c6ff8f9ba7..e00e9b9cab9 100644 --- a/.github/workflows/ll-test-build-deploy.yaml +++ b/.github/workflows/ll-test-build-deploy.yaml @@ -45,7 +45,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' # https://github.com/actions/checkout/issues/290 - name: 'Fix actions/checkout odd handling of tags' if: startsWith(github.ref, 'refs/tags') @@ -94,7 +94,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install libudev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -137,7 +137,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install libudev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -183,7 +183,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/opentrons-ai-client-staging-continuous-deploy.yaml b/.github/workflows/opentrons-ai-client-staging-continuous-deploy.yaml index db9cbe31a11..88c7c70d3ec 100644 --- a/.github/workflows/opentrons-ai-client-staging-continuous-deploy.yaml +++ b/.github/workflows/opentrons-ai-client-staging-continuous-deploy.yaml @@ -26,7 +26,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/opentrons-ai-client-test.yaml b/.github/workflows/opentrons-ai-client-test.yaml index b97efbea88d..0a78cf73da3 100644 --- a/.github/workflows/opentrons-ai-client-test.yaml +++ b/.github/workflows/opentrons-ai-client-test.yaml @@ -42,7 +42,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/opentrons-ai-production-deploy.yaml b/.github/workflows/opentrons-ai-production-deploy.yaml index 5df7b8f40da..1850400bbd0 100644 --- a/.github/workflows/opentrons-ai-production-deploy.yaml +++ b/.github/workflows/opentrons-ai-production-deploy.yaml @@ -26,7 +26,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/pd-test-build-deploy.yaml b/.github/workflows/pd-test-build-deploy.yaml index f444a055144..ce28d79e9a5 100644 --- a/.github/workflows/pd-test-build-deploy.yaml +++ b/.github/workflows/pd-test-build-deploy.yaml @@ -51,7 +51,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -99,7 +99,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' if: startsWith(matrix.os, 'ubuntu') run: | @@ -139,7 +139,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -183,7 +183,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/react-api-client-test.yaml b/.github/workflows/react-api-client-test.yaml index b3f1a49480d..8a8759f12e1 100644 --- a/.github/workflows/react-api-client-test.yaml +++ b/.github/workflows/react-api-client-test.yaml @@ -39,7 +39,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install libudev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/robot-server-lint-test.yaml b/.github/workflows/robot-server-lint-test.yaml index a8e8364831a..6735ab36136 100644 --- a/.github/workflows/robot-server-lint-test.yaml +++ b/.github/workflows/robot-server-lint-test.yaml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' diff --git a/.github/workflows/server-utils-lint-test.yaml b/.github/workflows/server-utils-lint-test.yaml index 2d25ac29095..9c8f37b6c79 100644 --- a/.github/workflows/server-utils-lint-test.yaml +++ b/.github/workflows/server-utils-lint-test.yaml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' diff --git a/.github/workflows/shared-data-test-lint-deploy.yaml b/.github/workflows/shared-data-test-lint-deploy.yaml index 5798f7454c4..c5858d5da0e 100644 --- a/.github/workflows/shared-data-test-lint-deploy.yaml +++ b/.github/workflows/shared-data-test-lint-deploy.yaml @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v3' with: python-version: '3.10' @@ -86,7 +86,7 @@ jobs: sudo apt-get update && sudo apt-get install libudev-dev - uses: 'actions/setup-node@v1' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: ${{ matrix.python }} @@ -118,7 +118,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -163,7 +163,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved @@ -232,7 +232,7 @@ jobs: git checkout ${{ github.ref }} - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' registry-url: 'https://registry.npmjs.org' - name: 'install udev for usb-detection' run: | @@ -267,7 +267,7 @@ jobs: cd ./shared-data - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' registry-url: 'https://registry.npmjs.org' - name: 'publish to npm registry' env: diff --git a/.github/workflows/step-generation-test.yaml b/.github/workflows/step-generation-test.yaml index ebf414099aa..ac435cf999d 100644 --- a/.github/workflows/step-generation-test.yaml +++ b/.github/workflows/step-generation-test.yaml @@ -38,7 +38,7 @@ jobs: - uses: 'actions/checkout@v4' - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'install udev for usb-detection' run: | # WORKAROUND: Remove microsoft debian repo due to https://github.com/microsoft/linux-package-repositories/issues/130. Remove line below after it is resolved diff --git a/.github/workflows/system-server-lint-test.yaml b/.github/workflows/system-server-lint-test.yaml index 6cdeec1cba3..ffd526c6834 100644 --- a/.github/workflows/system-server-lint-test.yaml +++ b/.github/workflows/system-server-lint-test.yaml @@ -48,7 +48,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' @@ -69,7 +69,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' diff --git a/.github/workflows/tag-releases.yaml b/.github/workflows/tag-releases.yaml index eea09005c0e..1f8c3ee153a 100644 --- a/.github/workflows/tag-releases.yaml +++ b/.github/workflows/tag-releases.yaml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - name: 'cache yarn cache' uses: actions/cache@v3 with: diff --git a/.github/workflows/update-server-lint-test.yaml b/.github/workflows/update-server-lint-test.yaml index 22c87c131e4..1d3164a63cf 100644 --- a/.github/workflows/update-server-lint-test.yaml +++ b/.github/workflows/update-server-lint-test.yaml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' diff --git a/.github/workflows/usb-bridge-lint-test.yaml b/.github/workflows/usb-bridge-lint-test.yaml index 2984615b475..bfe11aed61b 100644 --- a/.github/workflows/usb-bridge-lint-test.yaml +++ b/.github/workflows/usb-bridge-lint-test.yaml @@ -46,7 +46,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - uses: 'actions/setup-node@v4' with: - node-version: '22.4.0' + node-version: '22.11.0' - uses: 'actions/setup-python@v4' with: python-version: '3.10' diff --git a/package.json b/package.json index 06b16f809d9..cde33247dd4 100755 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "packageManager": "yarn@1.22.19", "engines": { - "node": ">=22.4.0" + "node": ">=22.11.0" }, "resolutions": { "@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.cd77847.0"