From 1329822d3f73c0c4ccad379b16a24f31e6ab3d3b Mon Sep 17 00:00:00 2001 From: Oscar Leon Date: Wed, 23 Aug 2023 18:36:23 -0600 Subject: [PATCH] chore: update node version in ci.yml and specify dev dependencies in changelog --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) 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