diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edbe13e..0de48b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: "14.x" + node-version: "18.x" - run: npm install - run: npm test diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a7a18..d340b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ # Unreleased - Update to node v18 -- Update to TypeScript 5 -- Update prettier to next major version -- Update eslint-plugin-prettier to next major version -- Other minor dependency updates + +- Dev Dependency Updates + - Update to TypeScript 5 + - Update prettier to next major version + - Update eslint-plugin-prettier to next major version + - Other minor dependency updates # 1.1.0