Skip to content

Commit

Permalink
Merge pull request #391 from marp-team/upgrade-node-and-dependencies
Browse files Browse the repository at this point in the history
Upgrade development Node.js LTS and dependent packages to the latest version
  • Loading branch information
yhatt authored Dec 24, 2024
2 parents 75ecf54 + d734e45 commit 44d1655
Show file tree
Hide file tree
Showing 14 changed files with 1,861 additions and 1,606 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codecov: codecov/codecov@3.2.0
codecov: codecov/codecov@5.0.3

executors:
node:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
test-node20:
executor:
name: node
version: '20.17.0' # Specify LTS version for development
version: '20.18'
steps:
- prepare
- lint
Expand All @@ -118,7 +118,7 @@ jobs:
test-node22:
executor:
name: node
version: '22.7'
version: '22.12.0' # Specify LTS version for development
steps:
- prepare
- lint
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.12.0
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

### Changed

- Upgrade Marpit to [v3.1.2](https://github.com/marp-team/marpit/releases/v3.1.2) ([#390](https://github.com/marp-team/marp-core/pull/390))
- Upgrade development Node.js LTS and dependent packages to the latest version ([#391](https://github.com/marp-team/marp-core/pull/391))

## v4.0.0 - 2024-09-09

> [!IMPORTANT]
Expand Down
Loading

0 comments on commit 44d1655

Please sign in to comment.