Skip to content

Commit

Permalink
Nodejs 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Daninet committed Jul 6, 2024
1 parent df4303e commit da36732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '20.x'

- name: Build GMP
run: npm run build-gmp
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.3.1 (July 6, 2024)
* Use Node.js v20

## 1.3.0 (July 6, 2024)
* Removed truncate parameter from toString()
* Added toInterval()
Expand Down

0 comments on commit da36732

Please sign in to comment.