Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update to node 22.12 #1007

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cf-worker-example-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
node-version: [20.x]
node-version: [22.12]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nx-affected-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
issues: write
strategy:
matrix:
node-version: [20.x]
node-version: [22.12]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nx-affected-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [22.12]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [22.12]
env:
GITHUB_TOKEN: ${{ secrets.AUTOMATION_USER_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-test-harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
labels: ubuntu-latest-4-core
strategy:
matrix:
node-version: [20.x]
node-version: [22.12]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.10
22.12
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To view the README for a specific SDK, navigate to that SDK inside the `sdk` dir
There are several examples included in this repository for various SDKs. If you want to run them, proceed to setup:

## Setup
Ensure you have Node 20.x installed.
Ensure you have Node 22.x installed.

1. Clone this repo
2. Run `yarn` from the root directory. SDKs and dev-apps should now be set up to run via Nx.
Expand Down
Binary file modified e2e/react/.yarn/install-state.gz
Binary file not shown.
14 changes: 7 additions & 7 deletions e2e/react/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1451,15 +1451,15 @@ __metadata:
linkType: hard

"@devcycle/js-client-sdk@file:../../dist/sdk/js::locator=react-e2e%40workspace%3A.":
version: 1.31.1
resolution: "@devcycle/js-client-sdk@file:../../dist/sdk/js#../../dist/sdk/js::hash=bf4eec&locator=react-e2e%40workspace%3A."
version: 1.31.2
resolution: "@devcycle/js-client-sdk@file:../../dist/sdk/js#../../dist/sdk/js::hash=4ecdc1&locator=react-e2e%40workspace%3A."
dependencies:
"@devcycle/types": ^1.18.1
"@devcycle/types": ^1.18.2
fetch-retry: ^5.0.6
lodash: ^4.17.21
ua-parser-js: ^1.0.36
uuid: ^8.3.2
checksum: ded4ca941cb6d3bb93b1fc1bb9198bda79735fdb2c51883efccb8a6f87564dd1ea6b685ad42ecd8d5c26cd63b45c684b4ce26d8f6f1c7ef3296ec34231fa8bec
checksum: bea5b58251b8c74329b9f65133602b238ad939c4ae03444edcae91ae63912257a25ae7899a0d21fa58cb0666e0c0718917c5ac34846db651ec733e96d9f21544
languageName: node
linkType: hard

Expand All @@ -1477,15 +1477,15 @@ __metadata:
linkType: hard

"@devcycle/types@file:../../dist/lib/shared/types::locator=react-e2e%40workspace%3A.":
version: 1.18.1
resolution: "@devcycle/types@file:../../dist/lib/shared/types#../../dist/lib/shared/types::hash=d094ae&locator=react-e2e%40workspace%3A."
version: 1.18.2
resolution: "@devcycle/types@file:../../dist/lib/shared/types#../../dist/lib/shared/types::hash=c76056&locator=react-e2e%40workspace%3A."
dependencies:
class-transformer: 0.5.1
class-validator: 0.14.1
iso-639-1: ^2.1.13
lodash: ^4.17.21
reflect-metadata: ^0.1.13
checksum: 8c37c512e1d183bf96bbbcde0c9c146a9154b48542646336aae80ac5e3b31115b88b26780e63aa5ef53ae9277a8e0d94f82bb8248e09ab4c6365020c575d0867
checksum: 894035dd14420ddf333def2de6ac420027f5aab671ae6736ab4f0af64f8eb0bb02de6521a9b05798a07ba25f6c1cb3f5f0f5973670f11b7d34f7dd910b2982df
languageName: node
linkType: hard

Expand Down
Loading