From f9a90bf6fb0b50253165b90f906c9a2c8df80ece Mon Sep 17 00:00:00 2001 From: 1000101 Date: Fri, 18 Aug 2023 14:37:55 +0200 Subject: [PATCH] chore(ci): node 16 -> 18 --- .github/workflows/CI.yaml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml index 6c33fc93..9bc818b2 100644 --- a/.github/workflows/CI.yaml +++ b/.github/workflows/CI.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a1c52fa..17a00a4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - BREAKING CHANGE: changes behaviour of `from`&`to` - 400 instead of [] when `from` > `to` - bump blockfrost-tests to 1.9.1 +- CI to run on Node 18 ### Fixed