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 a7286cf commit f7d84aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

# Unreleased

- Update to node v18
- Update to TypeScript 5
- Other minor dependency updates
- Move constant declarations from index file to `constants.ts` file
- Update to node v18

- Dev Dependency Updates
- Update to TypeScript 5
- Other minor dependency updates

## 6.0.4

Expand Down

0 comments on commit f7d84aa

Please sign in to comment.