Skip to content

Commit

Permalink
Merge pull request #405 from marp-team/upgrade-node-and-dependencies
Browse files Browse the repository at this point in the history
Upgrade Node.js LTS and dependent packages to the latest version
  • Loading branch information
yhatt authored Dec 23, 2024
2 parents 6f4794e + ea98f78 commit 98884f0
Show file tree
Hide file tree
Showing 6 changed files with 2,138 additions and 3,493 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 @@ -105,7 +105,7 @@ jobs:
test-node20:
executor:
name: node
version: '20.17.0' # Specify LTS version for development
version: '20.18'
steps:
- prepare
- lint
Expand All @@ -114,7 +114,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 .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: marp-team/actions@v1
with:
task: release
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Upgrade Node.js LTS and dependent packages to the latest version ([#405](https://github.com/marp-team/marpit/pull/405))

## v3.1.1 - 2024-08-31

### Fixed
Expand Down
Loading

0 comments on commit 98884f0

Please sign in to comment.