File tree Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Expand file tree Collapse file tree 10 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 23
23
- name : Setup node
24
24
uses : actions/setup-node@v4
25
25
with :
26
- node-version : ' 20 '
26
+ node-version : ' 22 '
27
27
cache : ' npm'
28
28
cache-dependency-path : ./.github/actions/check-labels/package-lock.json
29
29
Original file line number Diff line number Diff line change 19
19
- name : Setup .npmrc file for NPM registry
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : ' 20 '
22
+ node-version : ' 22 '
23
23
registry-url : ' https://registry.npmjs.org'
24
24
cache : ' npm'
25
25
76
76
- name : Setup .npmrc file for NPM registry
77
77
uses : actions/setup-node@v4
78
78
with :
79
- node-version : ' 20 '
79
+ node-version : ' 22 '
80
80
registry-url : ' https://registry.npmjs.org'
81
81
82
82
- name : Download packed artifacts
@@ -217,7 +217,7 @@ jobs:
217
217
- name : Setup environment
218
218
uses : actions/setup-node@v4
219
219
with :
220
- node-version : ' 20 '
220
+ node-version : ' 22 '
221
221
registry-url : ' https://registry.npmjs.org'
222
222
cache : ' npm'
223
223
Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
inputs :
6
6
branch :
7
- description : " Which branch to use?"
8
- default : " main"
7
+ description : ' Which branch to use?'
8
+ default : ' main'
9
9
jobs :
10
10
deploy :
11
11
name : Deploy docs to Developer Portal Bucket
22
22
- name : Setup node
23
23
uses : actions/setup-node@v4
24
24
with :
25
- node-version : ' 20 '
25
+ node-version : ' 22 '
26
26
registry-url : ' https://registry.npmjs.org'
27
27
cache : ' npm'
28
28
39
39
40
40
- name : ' Set up Cloud SDK'
41
41
uses : ' google-github-actions/setup-gcloud@v2'
42
-
42
+
43
43
- name : ' Deploy to Developer Portal Bucket'
44
44
run : |
45
- gsutil -m rsync -r -d -c ./docusaurus/website/build/ gs://staging-developer-portal/plugin-tools
45
+ gsutil -m rsync -r -d -c ./docusaurus/website/build/ gs://staging-developer-portal/plugin-tools
Original file line number Diff line number Diff line change 20
20
- name : Setup node
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : ' 20 '
23
+ node-version : ' 22 '
24
24
registry-url : ' https://registry.npmjs.org'
25
25
cache : ' npm'
26
26
37
37
38
38
- name : ' Set up Cloud SDK'
39
39
uses : ' google-github-actions/setup-gcloud@v2'
40
-
40
+
41
41
- name : ' Deploy to Developer Portal Bucket'
42
42
run : |
43
- gsutil -m rsync -r -d -c ./docusaurus/website/build/ gs://grafana-developer-portal/plugin-tools
43
+ gsutil -m rsync -r -d -c ./docusaurus/website/build/ gs://grafana-developer-portal/plugin-tools
Original file line number Diff line number Diff line change 41
41
- name : Setup Node.js environment
42
42
uses : actions/setup-node@v4
43
43
with :
44
- node-version : ' 20 '
44
+ node-version : ' 22 '
45
45
registry-url : ' https://registry.npmjs.org'
46
46
47
47
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
build-docs :
28
28
needs : changes
29
29
if : ${{ needs.changes.outputs.docs == 'true' }}
30
- runs-on : ubuntu-latest
30
+ runs-on : ubuntu-latest
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v4
34
34
- name : Setup node
35
35
uses : actions/setup-node@v4
36
36
with :
37
- node-version : ' 20 '
37
+ node-version : ' 22 '
38
38
registry-url : ' https://registry.npmjs.org'
39
39
cache : ' npm'
40
40
- name : Install dependencies
Original file line number Diff line number Diff line change 62
62
"webpack-virtual-modules" : " ^0.6.2"
63
63
},
64
64
"engines" : {
65
- "node" : " >=20 "
65
+ "node" : " >=22 "
66
66
},
67
67
"dependencies" : {
68
68
"@emotion/css" : " 11.10.6" ,
Original file line number Diff line number Diff line change 34
34
- name : Setup Node.js environment
35
35
uses : actions/setup-node@v4
36
36
with :
37
- node-version : ' 20 '
37
+ node-version : ' 22 '
38
38
cache : ' {{ packageManagerName }}'
39
39
40
40
- name : Install dependencies
@@ -167,7 +167,7 @@ jobs:
167
167
- name : Setup Node.js environment
168
168
uses : actions/setup-node@v4
169
169
with :
170
- node-version : ' 20 '
170
+ node-version : ' 22 '
171
171
cache : ' {{ packageManagerName }}'
172
172
173
173
- name : Install dev dependencies
Original file line number Diff line number Diff line change 14
14
- name : Setup Node.js environment
15
15
uses : actions/setup-node@v4
16
16
with :
17
- node-version : ' 20 '
17
+ node-version : ' 22 '
18
18
cache : ' {{ packageManagerName }}'
19
19
- name : Install dependencies
20
20
run : {{ packageManagerInstallCmd }}
Original file line number Diff line number Diff line change 32
32
"playwright:all" : " npx playwright test"
33
33
},
34
34
"engines" : {
35
- "node" : " >=18 <=20 "
35
+ "node" : " >=18 <=22 "
36
36
},
37
37
"peerDependencies" : {
38
38
"@playwright/test" : " ^1.41.2"
You can’t perform that action at this time.
0 commit comments