Skip to content

Commit

Permalink
use node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxxstorm committed Mar 13, 2024
1 parent f5f1565 commit ce51360
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
prerequisites:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
publish:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
publish_sdk:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
test:
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
name: main
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
prerequisites:
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
publish:
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
publish_sdk:
Expand Down Expand Up @@ -281,7 +281,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
test:
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
name: prerelease
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
prerequisites:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
publish:
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
publish_sdk:
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
test:
Expand Down Expand Up @@ -365,7 +365,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
name: release
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
comment-notification:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
goversion:
- 1.21.x
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
test:
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- dotnet
- go
nodeversion:
- 18.x
- 21.x
pythonversion:
- "3.7"
name: run-acceptance-tests
Expand Down

0 comments on commit ce51360

Please sign in to comment.