File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build :
11
- runs-on : ubuntu-20 .04
11
+ runs-on : ubuntu-22 .04
12
12
steps :
13
13
- name : Checkout
14
14
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
29
fi
30
30
31
31
lint :
32
- runs-on : ubuntu-20 .04
32
+ runs-on : ubuntu-22 .04
33
33
steps :
34
34
- name : Checkout
35
35
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
44
run : npm run lint
45
45
46
46
format :
47
- runs-on : ubuntu-20 .04
47
+ runs-on : ubuntu-22 .04
48
48
steps :
49
49
- name : Checkout
50
50
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
59
59
run : npm run format:check
60
60
61
61
test-node :
62
- runs-on : ubuntu-20 .04
62
+ runs-on : ubuntu-22 .04
63
63
steps :
64
64
- name : Checkout
65
65
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
74
74
run : npm test
75
75
76
76
test-action :
77
- runs-on : ubuntu-20 .04
77
+ runs-on : ubuntu-22 .04
78
78
steps :
79
79
- name : Checkout
80
80
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
You can’t perform that action at this time.
0 commit comments