File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v2
21+ uses : actions/checkout@v4
2222 - name : Cypress run
23- uses : cypress-io/github-action@v2
23+ uses : cypress-io/github-action@v6
2424 with :
2525 build : npm run build
2626 start : npm start
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 # Steps represent a sequence of tasks that will be executed as part of the job
2222 steps :
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24- - uses : actions/checkout@v2
24+ - uses : actions/checkout@v4
2525
2626 - name : Setup Node.js
27- uses : actions/setup-node@v2
27+ uses : actions/setup-node@v4
2828 with :
29- node-version : ' 14 '
29+ node-version : ' 16 '
3030
3131 - name : Cache dependencies
3232 uses : actions/cache@v4
Original file line number Diff line number Diff line change 1010 - uses : actions/setup-node@v4
1111 with :
1212 node-version : ' 16.x'
13- - uses : actions/labeler@v2
13+ - uses : actions/labeler@v5
1414 with :
1515 repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 node-version : [16.x]
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - uses : actions/cache@v4
2020 with :
2121 path : ~/.npm
2222 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
2323 restore-keys : |
2424 ${{ runner.os }}-node-
2525 - name : Use Node.js ${{ matrix.node-version }}
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v4
2727 with :
2828 node-version : ${{ matrix.node-version }}
2929 - name : Install dependencies
@@ -34,14 +34,14 @@ jobs:
3434 CYPRESS_SAMPLE_SIZE : 10
3535 run : npm run build
3636 - name : Wait for the Netlify Preview
37- uses : jakepartusch/wait-for-netlify-action@v1
37+ uses : jakepartusch/wait-for-netlify-action@v1.4
3838 id : netlify
3939 with :
4040 site_name : ' support-docs'
4141 # Unfortunately our build time is ~20min, so I'm setting the timeout to 22min.
4242 max_timeout : 1320
4343 - name : Audit URLs using Lighthouse
44- uses : treosh/lighthouse-ci-action@v8
44+ uses : treosh/lighthouse-ci-action@v12
4545 with :
4646 urls : |
4747 ${{ steps.netlify.outputs.url }}
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ _**This is not a required step in contributing to the documentation**_
153153
154154### Node Version
155155
156- 16.12 .0
156+ 16.20 .0
157157
158158### Installation
159159
Original file line number Diff line number Diff line change 11{
22 "name" : " support-docs" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "private" : true ,
55 "engines" : {
6- "node" : " =16.12 .0"
6+ "node" : " =16.20 .0"
77 },
88 "scripts" : {
99 "predev" : " npm run build:images" ,
You can’t perform that action at this time.
0 commit comments