diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 4e96f847a..c49648211 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x] + node-version: [20] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 483eb1544..414295c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- GitHub actions updated to use NodeJS 20: PR [#360](https://github.com/tact-lang/tact/pull/360) - Refactor AST types to simplify access to third-party tools: PR [#325](https://github.com/tact-lang/tact/pull/325) - Refactor the compiler API used to access AST store: PR [#326](https://github.com/tact-lang/tact/pull/326) - Update JSON Schema to inform about usage in Blueprint: PR [#330](https://github.com/tact-lang/tact/pull/330) diff --git a/package.json b/package.json index a5d1feb59..de2a4acfd 100644 --- a/package.json +++ b/package.json @@ -91,5 +91,6 @@ "filename": "CHANGELOG.md" } } - } + }, + "packageManager": "yarn@1.22.22" }