File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 6
6
pull_request :
7
7
branches : [ main ]
8
8
9
+ permissions : {}
10
+
9
11
jobs :
10
12
build :
11
-
12
13
runs-on : ubuntu-latest
13
14
14
15
strategy :
15
16
matrix :
16
- node-version : [18 .x]
17
+ node-version : [22 .x]
17
18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
18
19
19
20
steps :
20
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
+ with :
23
+ persist-credentials : false
21
24
- name : Use Node.js ${{ matrix.node-version }}
22
- uses : actions/setup-node@v3
25
+ uses : actions/setup-node@v4
23
26
with :
24
27
node-version : ${{ matrix.node-version }}
25
28
- run : npm ci
Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ extends:
48
48
testPlatforms :
49
49
- name : Linux
50
50
nodeVersions :
51
- - 18 .x
51
+ - 22 .x
52
52
- name : MacOS
53
53
nodeVersions :
54
- - 18 .x
54
+ - 22 .x
55
55
- name : Windows
56
56
nodeVersions :
57
- - 18 .x
57
+ - 22 .x
58
58
59
59
testSteps :
60
60
- script : npm ci
You can’t perform that action at this time.
0 commit comments