Skip to content

Commit 570715e

Browse files
committed
ci(node): change node version
1 parent 22ba6da commit 570715e

File tree

4 files changed

+5
-133
lines changed

4 files changed

+5
-133
lines changed

.github/workflows/beta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest]
20-
node: [20]
20+
node: [22]
2121

2222
steps:
2323
- uses: actions/setup-node@v4
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
matrix:
5656
os: [ubuntu-latest]
57-
node: [20]
57+
node: [22]
5858

5959
steps:
6060
- uses: actions/setup-node@v4
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
os: [ubuntu-latest]
87-
node: [20]
87+
node: [22]
8888

8989
steps:
9090
- uses: actions/setup-node@v4
@@ -119,7 +119,7 @@ jobs:
119119
strategy:
120120
matrix:
121121
os: [ubuntu-latest]
122-
node: [20]
122+
node: [22]
123123
steps:
124124
- name: Download Artifact (Docs)
125125
uses: actions/download-artifact@v4

.github/workflows/codeql-analysis.yml

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

.github/workflows/sonar-cloud.yml

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ubuntu-latest]
14-
node: [20]
14+
node: [22]
1515

1616
steps:
1717
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)