File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
23
23
- uses : actions/setup-node@v4
24
+ id : setup_node
24
25
with :
25
- node-version : 18
26
+ node-version-file : package.json
27
+ cache : npm
26
28
27
29
# Cache Playwright browsers
28
30
- name : Cache Playwright browsers
69
71
job-summary : true
70
72
icon-style : " emojis"
71
73
custom-info : |
72
- **Test Environment:** Ubuntu Latest, Node.js 18
74
+ **Test Environment:** Ubuntu Latest, Node.js ${{ steps.setup_node.outputs.node-version }}
73
75
**Browsers:** Chromium, Firefox
74
76
75
77
📊 [View Detailed HTML Report](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) (download artifacts)
Original file line number Diff line number Diff line change 19
19
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : 18
22
+ node-version-file : package.json
23
23
cache : npm
24
24
25
25
# Working around https://github.com/npm/cli/issues/4828
53
53
- uses : actions/checkout@v4
54
54
- uses : actions/setup-node@v4
55
55
with :
56
- node-version : 18
56
+ node-version-file : package.json
57
57
cache : npm
58
58
registry-url : " https://registry.npmjs.org"
59
59
Original file line number Diff line number Diff line change
1
+ 22.x.x
Original file line number Diff line number Diff line change 64
64
"prettier" : " 3.3.3" ,
65
65
"rimraf" : " ^6.0.1" ,
66
66
"typescript" : " ^5.4.2"
67
+ },
68
+ "engines" : {
69
+ "node" : " >=22.7.5"
67
70
}
68
71
}
You can’t perform that action at this time.
0 commit comments