Skip to content

Commit

Permalink
ci: test with nodejs 22, current active lts version
Browse files Browse the repository at this point in the history
  • Loading branch information
zackad committed Nov 10, 2024
1 parent ea8d92e commit 16330e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: [ 18, 20 ]
node_version: [ 18, 20, 22 ]

steps:
- name: Checkout
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- Add support for default value on macros
- Add support for test expression `instance of`, feature of [Craft CMS](https://craftcms.com/docs/5.x/reference/twig/tests.html#instance-of)

### Internals
- Test with Node.js 22, current active lts version

---
## 0.9.1 (2024-10-10)

Expand Down

0 comments on commit 16330e4

Please sign in to comment.