File tree 5 files changed +1046
-633
lines changed 5 files changed +1046
-633
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
platform : [ubuntu-latest, windows-latest, macOS-latest]
23
- node : [16 .x, 18.x, 20 .x]
23
+ node : [20 .x, 22 .x]
24
24
name : Test with Node ${{matrix.node}} on ${{matrix.platform}}
25
25
runs-on : ${{matrix.platform}}
26
26
steps :
40
40
- uses : actions/checkout@v4
41
41
- uses : actions/setup-node@v3
42
42
with :
43
- node-version : 20 .x
43
+ node-version : 22 .x
44
44
- run : npm ci
45
45
- run : npm test
46
46
- uses : paambaati/codeclimate-action@v3.0.0
57
57
- uses : actions/checkout@v4
58
58
- uses : actions/setup-node@v3
59
59
with :
60
- node-version : 20 .x
60
+ node-version : 22 .x
61
61
- uses : nodef/git-config.action@v1.0.0
62
62
- run : npm i -g typescript typedoc
63
63
- run : npm ci
72
72
- uses : actions/checkout@v4
73
73
- uses : actions/setup-node@v3
74
74
with :
75
- node-version : 20 .x
75
+ node-version : 22 .x
76
76
- uses : nodef/npm-config.action@v1.0.0
77
77
with :
78
78
entries : access = public
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
platform : [ubuntu-latest, windows-latest, macOS-latest]
12
- node : [16 .x, 18.x, 20 .x]
12
+ node : [20 .x, 22 .x]
13
13
name : Test with Node ${{ matrix.node }} on ${{ matrix.platform }}
14
14
runs-on : ${{ matrix.platform }}
15
15
steps :
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2020-23 Subhajit Sahu
3
+ Copyright (c) 2020-24 Subhajit Sahu
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments