Skip to content

Commit 1810018

Browse files
chore: update to node 22.12 (#1007)
1 parent 29cde43 commit 1810018

9 files changed

+14
-14
lines changed

.github/workflows/cf-worker-example-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 15
1111
strategy:
1212
matrix:
13-
node-version: [20.x]
13+
node-version: [22.12]
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:

.github/workflows/nx-affected-e2e.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
strategy:
1414
matrix:
15-
node-version: [20.x]
15+
node-version: [22.12]
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

.github/workflows/nx-affected-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [20.x]
10+
node-version: [22.12]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
strategy:
3333
matrix:
34-
node-version: [20.x]
34+
node-version: [22.12]
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.AUTOMATION_USER_TOKEN }}
3737
steps:

.github/workflows/run-test-harness.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
labels: ubuntu-latest-4-core
1010
strategy:
1111
matrix:
12-
node-version: [20.x]
12+
node-version: [22.12]
1313
steps:
1414
- uses: actions/checkout@v4
1515
with:

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10
1+
22.12

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To view the README for a specific SDK, navigate to that SDK inside the `sdk` dir
1313
There are several examples included in this repository for various SDKs. If you want to run them, proceed to setup:
1414

1515
## Setup
16-
Ensure you have Node 20.x installed.
16+
Ensure you have Node 22.x installed.
1717

1818
1. Clone this repo
1919
2. Run `yarn` from the root directory. SDKs and dev-apps should now be set up to run via Nx.

e2e/react/.yarn/install-state.gz

12 Bytes
Binary file not shown.

e2e/react/yarn.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1451,15 +1451,15 @@ __metadata:
14511451
linkType: hard
14521452

14531453
"@devcycle/js-client-sdk@file:../../dist/sdk/js::locator=react-e2e%40workspace%3A.":
1454-
version: 1.31.1
1455-
resolution: "@devcycle/js-client-sdk@file:../../dist/sdk/js#../../dist/sdk/js::hash=bf4eec&locator=react-e2e%40workspace%3A."
1454+
version: 1.31.2
1455+
resolution: "@devcycle/js-client-sdk@file:../../dist/sdk/js#../../dist/sdk/js::hash=4ecdc1&locator=react-e2e%40workspace%3A."
14561456
dependencies:
1457-
"@devcycle/types": ^1.18.1
1457+
"@devcycle/types": ^1.18.2
14581458
fetch-retry: ^5.0.6
14591459
lodash: ^4.17.21
14601460
ua-parser-js: ^1.0.36
14611461
uuid: ^8.3.2
1462-
checksum: ded4ca941cb6d3bb93b1fc1bb9198bda79735fdb2c51883efccb8a6f87564dd1ea6b685ad42ecd8d5c26cd63b45c684b4ce26d8f6f1c7ef3296ec34231fa8bec
1462+
checksum: bea5b58251b8c74329b9f65133602b238ad939c4ae03444edcae91ae63912257a25ae7899a0d21fa58cb0666e0c0718917c5ac34846db651ec733e96d9f21544
14631463
languageName: node
14641464
linkType: hard
14651465

@@ -1477,15 +1477,15 @@ __metadata:
14771477
linkType: hard
14781478

14791479
"@devcycle/types@file:../../dist/lib/shared/types::locator=react-e2e%40workspace%3A.":
1480-
version: 1.18.1
1481-
resolution: "@devcycle/types@file:../../dist/lib/shared/types#../../dist/lib/shared/types::hash=d094ae&locator=react-e2e%40workspace%3A."
1480+
version: 1.18.2
1481+
resolution: "@devcycle/types@file:../../dist/lib/shared/types#../../dist/lib/shared/types::hash=c76056&locator=react-e2e%40workspace%3A."
14821482
dependencies:
14831483
class-transformer: 0.5.1
14841484
class-validator: 0.14.1
14851485
iso-639-1: ^2.1.13
14861486
lodash: ^4.17.21
14871487
reflect-metadata: ^0.1.13
1488-
checksum: 8c37c512e1d183bf96bbbcde0c9c146a9154b48542646336aae80ac5e3b31115b88b26780e63aa5ef53ae9277a8e0d94f82bb8248e09ab4c6365020c575d0867
1488+
checksum: 894035dd14420ddf333def2de6ac420027f5aab671ae6736ab4f0af64f8eb0bb02de6521a9b05798a07ba25f6c1cb3f5f0f5973670f11b7d34f7dd910b2982df
14891489
languageName: node
14901490
linkType: hard
14911491

0 commit comments

Comments
 (0)