File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
strategy :
15
15
matrix :
16
- node-version : [12.x, 16 .x]
16
+ node-version : [12.x, 18 .x]
17
17
18
18
steps :
19
19
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v3
15
15
- uses : actions/setup-node@v3
16
16
with :
17
- node-version : 14
17
+ node-version : 18
18
18
- run : npm ci
19
19
- run : npm test
20
20
25
25
- uses : actions/checkout@v3
26
26
- uses : actions/setup-node@v3
27
27
with :
28
- node-version : 14
28
+ node-version : 18
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : npm ci
31
31
- run : npm publish
42
42
# - uses: actions/checkout@v3
43
43
# - uses: actions/setup-node@v3
44
44
# with:
45
- # node-version: 14
45
+ # node-version: 18
46
46
# registry-url: https://npm.pkg.github.com/
47
47
# - run: npm ci
48
48
# - run: npm publish
You can’t perform that action at this time.
0 commit comments