File tree Expand file tree Collapse file tree 5 files changed +1044
-632
lines changed
Expand file tree Collapse file tree 5 files changed +1044
-632
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 matrix :
2222 platform : [ubuntu-latest, windows-latest, macOS-latest]
23- node : [16 .x, 18.x, 20 .x]
23+ node : [20 .x, 22 .x]
2424 name : Test with Node ${{matrix.node}} on ${{matrix.platform}}
2525 runs-on : ${{matrix.platform}}
2626 steps :
4040 - uses : actions/checkout@v4
4141 - uses : actions/setup-node@v3
4242 with :
43- node-version : 20 .x
43+ node-version : 22 .x
4444 - run : npm ci
4545 - run : npm test
4646 - uses : paambaati/codeclimate-action@v3.0.0
5757 - uses : actions/checkout@v4
5858 - uses : actions/setup-node@v3
5959 with :
60- node-version : 20 .x
60+ node-version : 22 .x
6161 - uses : nodef/git-config.action@v1.0.0
6262 - run : npm i -g typescript typedoc
6363 - run : npm ci
7272 - uses : actions/checkout@v4
7373 - uses : actions/setup-node@v3
7474 with :
75- node-version : 20 .x
75+ node-version : 22 .x
7676 - uses : nodef/npm-config.action@v1.0.0
7777 with :
7878 entries : access = public
Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 platform : [ubuntu-latest, windows-latest, macOS-latest]
12- node : [16 .x, 18.x, 20 .x]
12+ node : [20 .x, 22 .x]
1313 name : Test with Node ${{ matrix.node }} on ${{ matrix.platform }}
1414 runs-on : ${{ matrix.platform }}
1515 steps :
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2020-23 Subhajit Sahu
3+ Copyright (c) 2020-24 Subhajit Sahu
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments