Skip to content

Commit 98884f0

Browse files
authored
Merge pull request #405 from marp-team/upgrade-node-and-dependencies
Upgrade Node.js LTS and dependent packages to the latest version
2 parents 6f4794e + ea98f78 commit 98884f0

File tree

6 files changed

+2138
-3493
lines changed

6 files changed

+2138
-3493
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codecov: codecov/codecov@3.2.0
4+
codecov: codecov/codecov@5.0.3
55

66
executors:
77
node:
@@ -105,7 +105,7 @@ jobs:
105105
test-node20:
106106
executor:
107107
name: node
108-
version: '20.17.0' # Specify LTS version for development
108+
version: '20.18'
109109
steps:
110110
- prepare
111111
- lint
@@ -114,7 +114,7 @@ jobs:
114114
test-node22:
115115
executor:
116116
name: node
117-
version: '22.7'
117+
version: '22.12.0' # Specify LTS version for development
118118
steps:
119119
- prepare
120120
- lint

.github/workflows/github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
github-release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
1313
- uses: marp-team/actions@v1
1414
with:
1515
task: release

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.17.0
1+
22.12.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Changed
6+
7+
- Upgrade Node.js LTS and dependent packages to the latest version ([#405](https://github.com/marp-team/marpit/pull/405))
8+
59
## v3.1.1 - 2024-08-31
610

711
### Fixed

0 commit comments

Comments
 (0)