Skip to content

Commit

Permalink
chore: update node version in ci.yml and specify dev dependencies in …
Browse files Browse the repository at this point in the history
…changelog
  • Loading branch information
oscarleonnogales committed Aug 24, 2023
1 parent ff5e078 commit 1329822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1329822

Please sign in to comment.