File tree 1 file changed +7
-6
lines changed 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- uses : actions/setup-node@v4
15
15
with :
16
- node-version : 20
16
+ node-version : 22
17
17
- run : npm ci
18
18
- run : npx eslint .
19
19
25
25
- 16
26
26
- 18
27
27
- 20
28
+ - 22
28
29
steps :
29
30
- uses : actions/checkout@v4
30
31
- uses : actions/setup-node@v4
@@ -33,15 +34,15 @@ jobs:
33
34
- run : npm ci
34
35
- run : npm test
35
36
- uses : codecov/codecov-action@v3
36
- if : ${{ matrix.node-version == 20 }}
37
+ if : ${{ matrix.node-version == 22 }}
37
38
38
39
pack :
39
40
runs-on : ubuntu-latest
40
41
steps :
41
42
- uses : actions/checkout@v4
42
43
- uses : actions/setup-node@v4
43
44
with :
44
- node-version : 20
45
+ node-version : 22
45
46
- run : npm ci
46
47
- run : npm pack
47
48
- uses : actions/upload-artifact@v4
55
56
- uses : actions/checkout@v4
56
57
- uses : actions/setup-node@v4
57
58
with :
58
- node-version : 20
59
+ node-version : 22
59
60
- run : npm ci
60
61
- run : npx prettier --check .
61
62
65
66
- uses : actions/checkout@v4
66
67
- uses : actions/setup-node@v4
67
68
with :
68
- node-version : 20
69
+ node-version : 22
69
70
- run : npm ci
70
71
- run : npx remark --frail .
71
72
82
83
steps :
83
84
- uses : actions/setup-node@v4
84
85
with :
85
- node-version : 20
86
+ node-version : 22
86
87
registry-url : https://registry.npmjs.org
87
88
- uses : actions/download-artifact@v4
88
89
with : { name: package }
You can’t perform that action at this time.
0 commit comments