Skip to content

Commit

Permalink
Deps 2023 10 21 (#30)
Browse files Browse the repository at this point in the history
* Updating dependencies

* Version bump

* Adding support for Node 20.
  • Loading branch information
manchicken authored Oct 21, 2023
1 parent 1ad8adf commit 83b4d9f
Show file tree
Hide file tree
Showing 5 changed files with 181 additions and 2,895 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ dist
# TernJS port file
.tern-port
.vscode/settings.json
.DS_Store
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 0.0.4 (2023-10-21)

### Changed

- Updated dependencies

## 0.0.3 (2023-09-07)

### Changed
Expand Down
Loading

0 comments on commit 83b4d9f

Please sign in to comment.