From 16528a1f69eb45f6e7cdcf1afde2b0fd87c5eb89 Mon Sep 17 00:00:00 2001 From: Alin Eugen Deac Date: Sun, 20 Oct 2024 11:31:25 +0200 Subject: [PATCH] Change release notes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cbadc3e..ae90f7ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * TypeScript compile options now use `composite: true`, `incremental: true` and `clean: false` settings, in `shared/rollup.config.mjs` (_decreases build duration_). * `@rollup/plugin-json` has now been enabled for all packages. * `.env` file is parsed as `__ENV__`, for tests (_for root package only. File is parsed in `shared/tests/webpack.config.js`_). +* Use Node `v22` in Github Actions (_CI environment_). ### Fixed