Skip to content

Commit

Permalink
Merge pull request #390 from marp-team/upgrade-node-and-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node and dependent packages
  • Loading branch information
yhatt authored Dec 11, 2022
2 parents ba4f78e + b0e7276 commit 9df28a2
Show file tree
Hide file tree
Showing 8 changed files with 5,682 additions and 5,472 deletions.
16 changes: 3 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,27 +85,17 @@ jobs:
steps:
- audit

unit-electron17:
unit-electron19:
executor:
name: node
version: '16.13.0'
steps:
- test

unit-electron18:
executor:
name: node
version: '16.13.2'
version: '16.14.2'
steps:
- test

workflows:
test:
jobs:
- audit
- unit-electron17:
requires:
- audit
- unit-electron18:
- unit-electron19:
requires:
- audit
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.16.0
16.18.1
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
## [Unreleased]

### Breaking

- VS Code 1.72 and later required ([#390](https://github.com/marp-team/marp-vscode/pull/390))

### Changed

- Upgrade Marp Core to [v3.4.0](https://github.com/marp-team/marp-core/releases/tag/v3.4.0) ([#390](https://github.com/marp-team/marp-vscode/pull/390))
- Upgrade Marp CLI to [v2.2.2](https://github.com/marp-team/marp-cli/releases/tag/v2.2.2) ([#390](https://github.com/marp-team/marp-vscode/pull/390))
- Upgrade Node.js and dependent packages ([#390](https://github.com/marp-team/marp-vscode/pull/390))

## v2.3.0 - 2022-09-24

### Added
Expand Down
Loading

0 comments on commit 9df28a2

Please sign in to comment.