File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
build :
23
23
strategy :
24
24
matrix :
25
- node-version : [18.16 ]
25
+ node-version : [20 ]
26
26
27
27
# The type of runner that the job will run on
28
- runs-on : macos-latest
28
+ runs-on : macos-12
29
29
30
30
steps :
31
31
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
19
19
build :
20
20
strategy :
21
21
matrix :
22
- node-version : [18.16 ]
22
+ node-version : [20 ]
23
23
24
24
# The type of runner that the job will run on
25
- runs-on : ubuntu-18 .04
25
+ runs-on : ubuntu-22 .04
26
26
27
27
steps :
28
28
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
build :
23
23
strategy :
24
24
matrix :
25
- node-version : [18.16 ]
25
+ node-version : [20 ]
26
26
27
27
# The type of runner that the job will run on
28
- runs-on : windows-latest
28
+ runs-on : windows-2022
29
29
30
30
steps :
31
31
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments