Skip to content

Commit

Permalink
refactor(app): use node 22.11.0 over 22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 3, 2024
1 parent 13f8c0f commit 42aa948
Show file tree
Hide file tree
Showing 22 changed files with 46 additions and 46 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/api-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/app-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/g-code-testing-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/http-docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ll-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opentrons-ai-client-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/opentrons-ai-production-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pd-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react-api-client-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/robot-server-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server-utils-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/shared-data-test-lint-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/step-generation-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/system-server-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-server-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down
Loading

0 comments on commit 42aa948

Please sign in to comment.