Commit 7730fa9
committed
chore: Update Node.js versions in CI workflow
I've updated the GitHub Actions CI workflow to use more recent Node.js versions.
- I modified the `node-version` matrix to `[20.x, 22.x]`.
- I updated `actions/checkout` from `v2` to `v4`.
- I updated `actions/setup-node` from `v1` to `v4`.
- I enabled npm caching in the `setup-node` step.
- I ensured `npm test` is always executed.1 parent f0c5450 commit 7730fa9
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
0 commit comments