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 2323 - name : Setup node
2424 uses : actions/setup-node@v4
2525 with :
26- node-version : ' 20 '
26+ node-version : ' 22 '
2727 cache : ' npm'
2828 cache-dependency-path : ./.github/actions/check-labels/package-lock.json
2929
Original file line number Diff line number Diff line change 1919 - name : Setup .npmrc file for NPM registry
2020 uses : actions/setup-node@v4
2121 with :
22- node-version : ' 20 '
22+ node-version : ' 22 '
2323 registry-url : ' https://registry.npmjs.org'
2424 cache : ' npm'
2525
7676 - name : Setup .npmrc file for NPM registry
7777 uses : actions/setup-node@v4
7878 with :
79- node-version : ' 20 '
79+ node-version : ' 22 '
8080 registry-url : ' https://registry.npmjs.org'
8181
8282 - name : Download packed artifacts
@@ -217,7 +217,7 @@ jobs:
217217 - name : Setup environment
218218 uses : actions/setup-node@v4
219219 with :
220- node-version : ' 20 '
220+ node-version : ' 22 '
221221 registry-url : ' https://registry.npmjs.org'
222222 cache : ' npm'
223223
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55 inputs :
66 branch :
7- description : " Which branch to use?"
8- default : " main"
7+ description : ' Which branch to use?'
8+ default : ' main'
99jobs :
1010 deploy :
1111 name : Deploy docs to Developer Portal Bucket
2222 - name : Setup node
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : ' 20 '
25+ node-version : ' 22 '
2626 registry-url : ' https://registry.npmjs.org'
2727 cache : ' npm'
2828
3939
4040 - name : ' Set up Cloud SDK'
4141 uses : ' google-github-actions/setup-gcloud@v2'
42-
42+
4343 - name : ' Deploy to Developer Portal Bucket'
4444 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 2020 - name : Setup node
2121 uses : actions/setup-node@v4
2222 with :
23- node-version : ' 20 '
23+ node-version : ' 22 '
2424 registry-url : ' https://registry.npmjs.org'
2525 cache : ' npm'
2626
3737
3838 - name : ' Set up Cloud SDK'
3939 uses : ' google-github-actions/setup-gcloud@v2'
40-
40+
4141 - name : ' Deploy to Developer Portal Bucket'
4242 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 4141 - name : Setup Node.js environment
4242 uses : actions/setup-node@v4
4343 with :
44- node-version : ' 20 '
44+ node-version : ' 22 '
4545 registry-url : ' https://registry.npmjs.org'
4646
4747 - name : Install dependencies
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 build-docs :
2828 needs : changes
2929 if : ${{ needs.changes.outputs.docs == 'true' }}
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v4
3434 - name : Setup node
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : ' 20 '
37+ node-version : ' 22 '
3838 registry-url : ' https://registry.npmjs.org'
3939 cache : ' npm'
4040 - name : Install dependencies
Original file line number Diff line number Diff line change 6262 "webpack-virtual-modules" : " ^0.6.2"
6363 },
6464 "engines" : {
65- "node" : " >=20 "
65+ "node" : " >=22 "
6666 },
6767 "dependencies" : {
6868 "@emotion/css" : " 11.10.6" ,
Original file line number Diff line number Diff line change 3434 - name : Setup Node.js environment
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : ' 20 '
37+ node-version : ' 22 '
3838 cache : ' {{ packageManagerName }}'
3939
4040 - name : Install dependencies
@@ -167,7 +167,7 @@ jobs:
167167 - name : Setup Node.js environment
168168 uses : actions/setup-node@v4
169169 with :
170- node-version : ' 20 '
170+ node-version : ' 22 '
171171 cache : ' {{ packageManagerName }}'
172172
173173 - name : Install dev dependencies
Original file line number Diff line number Diff line change 1414 - name : Setup Node.js environment
1515 uses : actions/setup-node@v4
1616 with :
17- node-version : ' 20 '
17+ node-version : ' 22 '
1818 cache : ' {{ packageManagerName }}'
1919 - name : Install dependencies
2020 run : {{ packageManagerInstallCmd }}
Original file line number Diff line number Diff line change 3232 "playwright:all" : " npx playwright test"
3333 },
3434 "engines" : {
35- "node" : " >=18 <=20 "
35+ "node" : " >=18 <=22 "
3636 },
3737 "peerDependencies" : {
3838 "@playwright/test" : " ^1.41.2"
You can’t perform that action at this time.
0 commit comments