Skip to content

Commit

Permalink
Run tests with Node 22 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad authored Apr 24, 2024
1 parent de9a19e commit 907fd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

> 22 February 2024
- * add group by path function [`#103`](https://github.com/lokalise/node-core/pull/103)
- - add group by path function [`#103`](https://github.com/lokalise/node-core/pull/103)
- Add automerge [`7507cb0`](https://github.com/lokalise/node-core/commit/7507cb0c33b87690c96ebf18c52983371755bd26)

#### [v9.9.0](https://github.com/lokalise/node-core/compare/v9.8.1...v9.9.0)
Expand Down

0 comments on commit 907fd81

Please sign in to comment.