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