Skip to content

Commit 3c27d31

Browse files
committed
add
1 parent 7574412 commit 3c27d31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-pull-request-by-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@v1
3232
with:
33-
node-version: 21.X
33+
node-version: 22.3.0
3434

3535
- name: Setup DotNet
3636
uses: actions/setup-dotnet@v1

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ jobs:
6464
- dotnet
6565
- go
6666
nodeversion:
67-
- 18.x
67+
- 22.3.0
6868
pythonversion:
6969
- "3.13"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ jobs:
126126
- dotnet
127127
- go
128128
nodeversion:
129-
- 18.x
129+
- 22.3.0
130130
pythonversion:
131131
- "3.13"

0 commit comments

Comments
 (0)