Skip to content

Commit 06a261b

Browse files
authored
feat: Node 22.5 (#470)
* Node 22.5 * use 22 on action
1 parent f078e2b commit 06a261b

File tree

5 files changed

+4
-53
lines changed

5 files changed

+4
-53
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
- uses: actions/checkout@v2
2929
with:
3030
fetch-depth: 0

.github/workflows/gitstream.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/update-dvc-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '20.x'
16+
node-version: '22.x'
1717
cache: 'yarn'
1818

1919
- name: Set Git author

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
repository: DevCycleHQ/test-harness
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 20
18+
node-version: 22
1919
cache: 'yarn'
2020
- name: Install Dependencies
2121
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devcycle/test-harness",
33
"engines": {
4-
"node": ">=20.0.0"
4+
"node": ">=22.0.0"
55
},
66
"scripts": {
77
"test": "jest --verbose",

0 commit comments

Comments
 (0)